Skip to main content
GET
List refused submissions

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

Query Parameters

trading_account_id
string<uuid>

Narrow to one trading account

stage
enum<string>

Narrow to one refusal stage. CONTROLS is the supervisory review; AUTHORIZATION and ENTITLEMENT are the access review. Which gate refused a submission.

Available options:
AUTHORIZATION,
ENTITLEMENT,
CONTROLS
days
integer<int32>

Trailing window in whole days. Omitted returns the whole retained history. Clamped to the six-year retention period.

Required range: x >= 0
limit
integer

Page size. Defaults to 100 and is clamped to 1 through 100.

Required range: x >= 0
next_cursor
string

Cursor returned by the previous page

Response

Refused submissions retrieved

data
object[]
required
next_cursor
string | null