Amplitude · Schema

CohortRequestResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
request_id string The ID of the export request for polling status.
cohort_id string The ID of the cohort being exported.
View JSON Schema on GitHub

JSON Schema

amplitude-cohortrequestresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CohortRequestResponse",
  "title": "CohortRequestResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "The ID of the export request for polling status."
    },
    "cohort_id": {
      "type": "string",
      "description": "The ID of the cohort being exported."
    }
  }
}