Reports
List Reports
Returns a paginated list of report objects. Results are sorted by creation date, with the most recent reports first.
Parameters
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.
string
Filter results by report status.Available options:
pending, succeeded, failedReturns
Returns a page of reports.array of object
required
Array of report objects.
string | null
required
URL for the next page of results, or
null when there is no next page.string | null
required
URL for the previous page of results, or
null when there is no previous page.
