List intent actions for account
Returns the append-only action history across intents on the requested trading account in ascending intent and sequence order. If no actions exist for the account, 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 the 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
Trading account id whose intent actions should be listed
Query Parameters
Sequence cursor returned by a previous response
Maximum number of actions to return. Values are clamped to the range 1 through 100.
x >= 0