Skip to main content
GET
List intent actions

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 for service-account credentials

Path Parameters

intent_id
string<uuid>
required

Intent ID

Query Parameters

trading_account_id
string<uuid>

Trading account the intent must belong to

symbol
string

Exact symbol filter; normalized to uppercase

next_cursor
string

Sequence cursor returned by a previous response

limit
integer

Maximum actions to return. Defaults to 100 and is clamped to 1 through 100.

Required range: x >= 0
sort_direction
enum<string>

Sequence order. Defaults to Desc, newest first. Lowercase asc/desc are also accepted.

Available options:
Asc,
Desc

Response

Intent actions retrieved

data
object[]
required
next_cursor
string | null