# List Cohorts **GET /smart-ia/cohorts** Returns a paginated list of Smart IA Cohorts ## Servers - Production: https://connect.century.tech/api/v1 (Production) ## Authentication methods - Api key ## Parameters ### Query parameters - **search** (string) Search by cohort name, exact match only and case insensitive - **academicYearId** (string(uuid) | string) Filter cohorts by academic year ID or provide `current` for the current academic year - **limit** (integer(int32)) Specify the pagination limit, defaults to 100 - **offset** (integer(int32)) Specify the pagination offset, defaults to 0. Cannot be used with `cursor` - **cursor** (string(byte) | null) Provide the next or previous page cursor ## Responses ### 200 A paginated list of cohorts. #### Body: application/json (object) - **data** (array[object]) - **pagination** (object) Metadata for the current pagination position ### 400 Invalid request. ### 401 Invalid authentication credentials ### 403 Not authorised to access this resource [Powered by Bump.sh](https://bump.sh)