Skip to main content
GET
Get intent stats

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

Query Parameters

trading_account_id
string<uuid>

Optional trading account to count actions for. Omitted counts every account in the organization.

time_window
enum<string>

Optional relative trailing window to count intent actions in. Defaults to last_day.

Available options:
last_hour,
last_day,
last_week,
last_month,
last_year

Response

Intent stats retrieved

intent_count
integer<int64>
required