Amplitude · JSON Structure

Behavioral Cohorts Api Cohort Upload Response Structure

CohortUploadResponse schema from Amplitude Behavioral Cohorts API

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

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

Properties

cohort_id

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-upload-response-structure.json",
  "name": "CohortUploadResponse",
  "description": "CohortUploadResponse schema from Amplitude Behavioral Cohorts API",
  "type": "object",
  "properties": {
    "cohort_id": {
      "type": "string",
      "description": "The ID of the created or updated cohort."
    }
  }
}