Skip to main content
GET
List simulated test accounts

Authorizations

Authorization
string
header
required

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

Query Parameters

organization_id
string<uuid>

Organization to list. A client credential may name any, or none to read every tenant at once. An internal organization admin may name only its own, and naming another is refused rather than narrowed.

account_id
string<uuid>

Narrows the listing to one simulated account. An account the caller cannot see matches nothing and returns an empty list.

enabled
boolean

Filter by whether the scheduler is running the account

Response

The simulated accounts in scope

The simulated accounts in scope, newest first.

Carries [TestTradingAccount] whole rather than the TradingAccount projection [ListTradingAccountsResponse] uses. That projection exists so the scheduler sees one account shape whichever mode it asked for, and it drops exactly the fields an operator looking at a list of test accounts came for: the simulator's timings, and the credential that registered the row.

No next_cursor. The read behind this is unpaginated by design -- see list_test_accounts -- so there is never a next page to offer, and a field that is always null is an invitation to loop on it.

data
object[]
required