Amplitude · Schema

RetentionResult

RetentionResult schema from Amplitude Dashboard REST API

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
data object Retention data organized by cohort date with day-by-day return percentages.
View JSON Schema on GitHub

JSON Schema

dashboard-rest-api-retention-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-schema/dashboard-rest-api-retention-result-schema.json",
  "title": "RetentionResult",
  "description": "RetentionResult schema from Amplitude Dashboard REST API",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "description": "Retention data organized by cohort date with day-by-day return percentages."
    }
  }
}