---
title: "Get Cohort"
method: GET
path: "/admin/user-activity/cohort/{key}"
tags: ["admin-user-activity"]
---

# Get Cohort

`GET /admin/user-activity/cohort/{key}`

Who is in a cohort, newest first.

## Path parameters

- `key` string, required

## Query parameters

- `days` integer
- `limit` integer — Each member costs an activity query

## Response `200`

Successful Response

- CohortMember[]
  - `user_id` string, uuid, required
  - `email` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
