Skip to Content

POST /cohort/drafts

Get Cohort Drafts

List cohort drafts owned by the current profile.

Request Body (GetCohortDraftsApiRequest)

FieldTypeRequiredDescription
searchstringNoName search (ILIKE substring)
date_fromstringNoStart date filter
date_tostringNoEnd date filter
page_limitintegerNoMaximum items per page
page_offsetintegerNoOffset for pagination
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (GetCohortDraftsApiResponse)

FieldTypeRequiredDescription
entriesGetCohortDraftResponse[]NoList of cohort draft entries
Last updated on