Skip to Content
API ReferenceAuthPOST /drafts

POST /auth/drafts

Get Auth Drafts

List auth drafts owned by the current profile.

Request Body (GetAuthDraftsApiRequest)

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

FieldTypeRequiredDescription
entriesGetAuthDraftResponse[]NoList of auth draft entries
Last updated on