Skip to Content
API ReferenceTestPOST /drafts

POST /test/drafts

Get Invocation Drafts

List invocation drafts owned by the current profile.

Request Body (GetInvocationDraftsApiRequest)

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

FieldTypeRequiredDescription
entriesGetInvocationDraftResponse[]NoList of invocation draft entries
Last updated on