Skip to Content
API ReferenceAgentPOST /drafts

POST /agent/drafts

Get Agent Drafts

List agent drafts owned by the current profile.

Request Body (GetAgentDraftsApiRequest)

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

FieldTypeRequiredDescription
entriesGetAgentDraftResponse[]NoList of agent draft entries
Last updated on