Skip to Content
API ReferenceEvalPOST /drafts

POST /eval/drafts

Get Eval Drafts

List eval drafts owned by the current profile.

Request Body (GetEvalDraftsApiRequest)

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

FieldTypeRequiredDescription
entriesGetEvalDraftResponse[]NoList of eval draft entries
Last updated on