Skip to Content

POST /attempt/drafts

Get Chat Drafts

List chat drafts owned by the current profile.

Request Body (GetChatDraftsApiRequest)

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 (GetChatDraftsApiResponse)

FieldTypeRequiredDescription
entriesGetChatDraftResponse[]NoList of chat draft entries
Last updated on