List sends

Returns the sends (scheduled mailings) of the authenticated client with minimal fields per item.
Use the GET /sends/{sendId} endpoint to retrieve the full details of a send.

Pagination

Results are paginated with the limit and page query parameters. Both values are clamped,
never rejected: limit is capped at 200 (default 50), an invalid page falls back to 1.
The meta object of the response tells whether more results are available (hasMore)
and how many items exist in total (total).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
1 to 200
Defaults to 50

Maximum number of items per page (1-200, values above 200 are clamped to 200)

integer
≥ 1
Defaults to 1

1-based page index

string
enum

Filter by send type

Allowed:
string
enum

Filter by active state

Allowed:
integer

Filter by subscriber list (newsletter) ID

integer

Filter by letter (email) ID — returns only the sends of the given letter (matches the emailId field of the response items)

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json