Returns detailed status information for all transmissions for a given project.
Request Fields
These are passed in as arguments
at the top level of the request.
Key | Type | Description |
---|---|---|
from | string Optional |
Start date of results. Default: 1 |
to | string Optional |
End date of results. Default: 1 |
page | integer Optional |
Page of results to retrieve. Default: 1 |
page | integer Optional |
Page of results to retrieve. Default: 1 |
per_page | integer Optional |
How many results to return per page. Default: 250 |
Request Example
A date range can be specified with a combination of from
and to
using
an ISO-8601 formatted date (YYYY-MM-DD
).
These arguments are optional.
Response 200 OK
The response is a breakdown of individual transmission records for this account.