Amplitude · Example Payload

Behavioral Cohorts Api Cohort List Response Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Behavioral Cohorts Api Cohort List Response Example is an example object payload from Amplitude, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cohorts

Example Payload

Raw ↑
{
  "cohorts": [
    {
      "id": "500123",
      "name": "Example Name",
      "description": "Example description",
      "size": 178,
      "lastComputed": "2025-03-15T14:30:00Z",
      "archived": false,
      "owner": "example_value",
      "appId": 414
    }
  ]
}