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 when reading with service-account credentials

Path Parameters

intent_id
string<uuid>
required

Intent id whose actions should be listed

Query Parameters

trading_account_id
string<uuid>

Optional trading account the intent must belong to. Omitted reads across the whole organization.

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
time_window
enum<string>

Optional relative trailing window. Only actions created inside it are returned. Omitted means the intent's whole history.

Available options:
last_hour,
last_day,
last_week,
last_month,
last_year
sort_direction
enum<string>

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.

Available options:
Asc,
Desc

Response

Intent actions retrieved

data
object[]
required
next_cursor
string | null