v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Orders

List Executions

Retrieves full details of underlying executions with optional filters. Notes:

  • This endpoint returns a maximum of 1000 items per page.
  • Filtering options are account_id, profile_id or neither (all executions).
get/executions

Query parameters

profile_idstring

Filter executions by the Profile ID associated with the orders.

account_idstring

Filter executions by the Account ID associated with the orders.

order_idstring

Filter executions for a single order ID.

since_execution_idstring

Excludes executions after the given ID.

range.beginstring date-time

Only return records after this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.

range.endstring date-time

Only return records before this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.

page_cursorstring

Cursor token for fetching the next page.

limitinteger

Number of results to return.

Response

A successful response.

next_page_cursorstring

Cursor token required for fetching the next page.