{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-schema/behavioral-cohorts-api-cohort-status-response-schema.json", "title": "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" ] } } }