Skip to main content
GET
List drafts

Authorizations

Authorization
string
header
required

Scoped API key issued in PostOnce Settings. OAuth authorization grants are not currently supported.

Query Parameters

limit
integer

Maximum number of items to return.

Required range: 1 <= x <= 100
after
string

Cursor returned by a previous list response.

after_id
string<uuid>

Stable ID tie-breaker returned as meta.next_after_id. Send it with after to avoid skipping drafts that share the same updated_at timestamp.

status
enum<string>
Available options:
inbox,
ready,
archived

Response

Drafts returned successfully.

data
object[]
meta
object