---
title: "Get the Cohort analysis dataset"
method: GET
path: "/v2/datasets/cohort_analysis"
tags: ["Datasets"]
---

# Get the Cohort analysis dataset

`GET /v2/datasets/cohort_analysis`

Use this endpoint to retrieve the Cohort analysis dataset.

You can get the whole dataset by omitting all parameters.

## Query parameters

- `project_ids` string[]
- `market_sector_ids` string[]
- `order_by` string, string
- `order_direction` string, string
- `limit` number

## Response `200`

OK

- object
  - `data` object — The object containing the data for a successful response.
    - `project_name` string — The name of the project
    - `project_id` string — The ID of the project
    - `market_sector_id` string — The market sector's ID
    - `market_sector_name` string — The market sector's name
    - `cohort` string — The cohort
    - `initial_cohort_size` number — The initial cohort size
    - `month_0` number — The retention rate for month 0
    - `month_1` number — The retention rate for month 1
    - `month_2` number — The retention rate for month 2
    - `month_3` number — The retention rate for month 3
    - `month_4` number — The retention rate for month 4
    - `month_5` number — The retention rate for month 5
    - `month_6` number — The retention rate for month 6
    - `month_7` number — The retention rate for month 7
    - `month_8` number — The retention rate for month 8
    - `month_9` number — The retention rate for month 9
    - `month_10` number — The retention rate for month 10
    - `month_11` number — The retention rate for month 11

---

[API](https://skmtc.dev/tokenterminal/apis/token-terminal-api.md) · [All operations](https://skmtc.dev/tokenterminal/apis/token-terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tokenterminal/token-terminal-api/revisions/02245ad77f39/schema)
