Amplitude · Example Payload

Amplitude Downloadcohortexport Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Downloadcohortexport Example is an example object payload from Amplitude, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "downloadCohortExport",
  "method": "GET",
  "path": "/api/5/cohorts/request/{cohort_id}/file",
  "summary": "Amplitude Download Cohort Export File",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "downloadCohortExport200Example",
      "example": {}
    }
  ]
}