...
Accept: application/json
X-Api-Key: YOUR_API_KEY
(replaceYOUR_API_KEY
with your actual API key)
...
Query parameters
sort (optional): Specify the field to sort by and the order (
asc
ordesc
). Example:createdAt,desc
page (optional): Page number starting at 0. Example:
0
size (optional): Number of items per page. Example:
10
status (optional): Filter requests by their current status. Example:
RUNNING
referenceId (optional): Filter requests by their reference ID. Example:
order-1234-0002
...