Skip to main content
GET
List intent actions for account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-organization-id
string<uuid> | null

Organization id required when reading with service-account credentials

Path Parameters

account_id
string<uuid>
required

Trading account id whose intent actions should be listed

Query Parameters

next_cursor
string

Sequence cursor returned by a previous response

limit
integer

Maximum number of actions to return. Values are clamped to the range 1 through 100.

Required range: x >= 0

Response

Intent actions retrieved

data
object[]
required
next_cursor
string | null