v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBList requests
Returns a list of all historical requests that your account has access to. Tickets are returned in reverse chronological order by default.
Query parameters
The maximum number of results to return in a single page. Leverage the page tokens to iterate through the entire collection.
Page token, returned by a previous call, to request the next page of results
An expression for filtering the results of the request. The syntax is key:[<value>]. e.g: "severity:normal". Multiple filters can be connected using a pipe |. Note that using different keys in the same filter results in “AND,” while using the same key multiple times in the same filter results in “OR”.
Min value for tickets creation time, in milliseconds since the POSIX epoch. If set, only tickets created after or at this timestamp are returned.
Max value for tickets creation time, in milliseconds since the POSIX epoch. If set, only tickets created before or at this timestamp are returned.
Response
OK - List of historical requests returned.