---
title: "GET /v1/organizations/{organizationId}/projects/{projectId}/cohorts"
method: GET
path: "/v1/organizations/{organizationId}/projects/{projectId}/cohorts"
tags: ["Cohorts"]
---

# GET /v1/organizations/{organizationId}/projects/{projectId}/cohorts

`GET /v1/organizations/{organizationId}/projects/{projectId}/cohorts`

## Path parameters

- `organizationId` string, required
- `projectId` string, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

A successful response.

- GoliothListCohortResponse
  - `list` GoliothCohort[]
    - `activeDeploymentId` string
    - `cohortId` string
    - `createdAt` string, date-time
    - `deviceCount` integer
    - `name` string
    - `updatedAt` string, date-time
  - `page` integer
  - `perPage` integer
  - `total` integer

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/golioth/apis/golioth-api.md) · [All operations](https://skmtc.net/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/golioth/golioth-api/versions/47c98ae69a55/schema)
