List dispatches by date range

Returns a paginated list of per-user dispatches across all communications of
the authenticated tenant within a date range. Includes dispatches sent via
mass communications and via /communication/easy-send.

Use the communicationId filter to narrow the result to a single mass
communication (segment schedule); dispatches created by easy-send have
communicationId = null and cannot be filtered by it.

Limits

  • The date range must not exceed 7 days.
  • endDate must be greater than or equal to startDate.
  • Both dates are normalized to full-day boundaries on the server
    (startDate → start of day, endDate → end of day).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date
required

Period start (ISO 8601). Normalized to start of day.

date
required

Period end (ISO 8601). Normalized to end of day. Max 7 days from startDate.

integer
≥ 1
Defaults to 1
integer
1 to 100
Defaults to 10
string

Search by user name, email or phone (partial, case-insensitive)

string
enum

Filter by internal dispatch status

Allowed:
string
enum

Filter by channel provider delivery status

Allowed:
uuid

Filter by parent communication (segment schedule) ID

Responses

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