List simulated test accounts
Lists the simulated trading accounts registered for load testing, newest first. Unpaginated: test accounts are registered by hand for a run, so there are tens of them rather than thousands. Readable by a client credential holding the credential:read scope, which may name any organization or none to read every tenant at once, and by an organization admin of a configured internal organization, who reads that organization and only that organization. Every other caller is refused. Registering, retuning, and removing test accounts remain closed to tenants entirely.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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.
Narrows the listing to one simulated account. An account the caller cannot see matches nothing and returns an empty list.
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.