List executed reports
List all executed reports that have been generated.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
"default"
Query Parameters
A pointer to the page of results to return.
"ZXhhbXBsZTE"
The maximum number of items that are at returned.
1 <= x <= 100
20
Filters the reports by searching their name for (partial) matches.
"My report"
Filters the results to only reports created before this ISO date-time string. The time zone must be included. Ensure that the date-time string is URL encoded, e.g. 2022-01-01T12:00:00+08:00
must be encoded as 2022-01-01T12%3A00%3A00%2B08%3A00
.
"2022-01-01T12:00:00+08:00"
Filters the results to only reports created after this ISO date-time string. The time zone must be included. Ensure that the date-time string is URL encoded, e.g. 2022-01-01T12:00:00+08:00
must be encoded as 2022-01-01T12%3A00%3A00%2B08%3A00
.
"2022-01-01T12:00:00+08:00"
Filters the results to only the reports that have a status
that matches with any of the provided status values.
"succeeded"
Filters the results to only the reports that were created by the users with these IDs.
"30362ed1-05cf-4a4c-8b4a-e76323df5f1e"
Response
Successful Response
The response is of type object
.