Amplitude · JSON Structure

Behavioral Cohorts Api Cohort Status Response Structure

CohortStatusResponse schema from Amplitude Behavioral Cohorts API

Type: object Properties: 2
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

CohortStatusResponse is a JSON Structure definition published by Amplitude, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

request_id status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/behavioral-cohorts-api-cohort-status-response-structure.json",
  "name": "CohortStatusResponse",
  "description": "CohortStatusResponse schema from Amplitude Behavioral Cohorts API",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "The ID of the export request."
    },
    "status": {
      "type": "string",
      "description": "The status of the export job.",
      "enum": [
        "queued",
        "computing",
        "complete",
        "failed"
      ]
    }
  }
}