> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omicshub.org/llms.txt
> Use this file to discover all available pages before exploring further.

# List Cohorts

> Full cohort catalog — id, name, category, tags, generator, n, feature
count, mortality display string, description, publish/GitHub/new flags,
and has_data (whether patient-level data is actually loaded for it yet).



## OpenAPI

````yaml https://synthmed.up.railway.app/openapi.json get /api/cohorts
openapi: 3.1.0
info:
  title: Cohort Augmentation Platform API
  description: DuckDB-backed API for synthetic cohort analytics and chat.
  version: 0.1.0
servers: []
security: []
paths:
  /api/cohorts:
    get:
      tags:
        - cohorts
      summary: List Cohorts
      description: |-
        Full cohort catalog — id, name, category, tags, generator, n, feature
        count, mortality display string, description, publish/GitHub/new flags,
        and has_data (whether patient-level data is actually loaded for it yet).
      operationId: list_cohorts_api_cohorts_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````