Skip to main content
GET

Description

Returns a paginated list of all bulk sends. Supports filters by status, template, and date range for easy searching.

Authentication header

string
required
Your Mindo API Key. Format: mindo_xxxxxxxxxxxxxxxxxxxxxxxx

Query parameters

string
Filter by send status. Possible values: QUEUED, PROCESSING, COMPLETED, PARTIAL, FAILED, CANCELLED.
integer
Filter by template ID used.
string (date)
Filter sends created after this date. Format: YYYY-MM-DD.
string (date)
Filter sends created before this date. Format: YYYY-MM-DD.
integer
Page number. Default: 1.
integer
Results per page. Default: 20.

Response

integer
Total bulk sends matching the filters.
string | null
URL of the next page of results. null if it’s the last page.
string | null
URL of the previous page. null if it’s the first page.
array
List of bulk sends.