Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Accept: application/json

  • X-Api-Key: YOUR_API_KEY (replace YOUR_API_KEY with your actual API key)

...

Query parameters

  • sort (optional): Specify the field to sort by and the order (asc or desc). 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

...