Get a single Cohort
GET https://amplitude.com/api/5/cohorts/request/:id
Get a discoverable cohort using its cohort_id
.
This is phase one in the download a cohort operation. The request_id
returned in the response is used to poll export status.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
props | null | Optional. Integer. Set to 1 to include user properties in the response object in addition to Amplitude IDs and user IDs. | |
propKeys | null | Optional. string[]. One or more user properties to include in the response. Add as many propKeys parameters as needed. If left undefined and props=1, response object returns ALL available user properties. | |
propKeys | null |