Skip to main content
GET
Lists held sends for the account the key belongs to, newest first. List rows omit the payload, render snapshot, and per-message execution evidence; fetch a single pending send for those details and durable execution reconciliation. Listing derives status without performing recovery writes.

Query Parameters

string
One of pending, approved, executing, unknown_execution, sent, rejected, cancelled, expired. pending and approved return only sends that have not lapsed; expired returns the ones that have. An expired execution claim appears as unknown_execution until reconciled.
string
Optional ISO-8601 upper time bound. Use cursor for pagination so rows sharing a timestamp are not skipped. Cannot be combined with cursor.
string
Pass the previous response’s next_cursor unchanged. Rows are ordered by creation time and ID, newest first.
integer
default:"50"
Page size, max 100.

Response Fields

object[]
Pending send rows, newest first.
boolean
true when older rows exist beyond this page.
string
Opaque continuation cursor; null on the final page.

Errors

Also 401 invalid_credentials.

Examples