List intent actions
Returns the append-only action history for an intent in the resolved organization, latest action first by default. Pass sort_direction=asc to replay the lineage in the order it was appended, and trading_account_id to require that the intent belongs to that account. If no actions exist for that intent, the response is 200 with an empty data array. Service-account callers must provide x-organization-id and have intent:read; API-key callers need organization intent read permission; user callers need an organization admin, member, or read-only role. Non-service callers can only read their principal organization, and a supplied trading account must belong to the resolved organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Organization id required when reading with service-account credentials
Path Parameters
Intent id whose actions should be listed
Query Parameters
Optional trading account the intent must belong to. Omitted reads across the whole organization.
Sequence cursor returned by a previous response
Maximum number of actions to return. Values are clamped to the range 1 through 100.
x >= 0Optional relative trailing window. Only actions created inside it are returned. Omitted means the intent's whole history.
last_hour, last_day, last_week, last_month, last_year Sequence order to return actions in. Defaults to desc, the latest action first. A next_cursor is only valid for the direction that produced it.
Asc, Desc