List Accounts
Authentication
Session JWT from POST /v0/auth/token, sent as Authorization: Bearer <sessionJwt>.
See Authentication for more details.
Query parameters
Opaque pagination cursor. Pass the nextCursor from the previous response; omit to fetch the first page.
Page size. Defaults to 50; capped at 200.
Exclusive lower bound on when the account was added, as an ISO-8601 timestamp.
Inclusive lower bound on when the account was added, as an ISO-8601 timestamp.
Exclusive upper bound on when the account was added, as an ISO-8601 timestamp. Pairs with createdAt.gte to select a period without depending on its last instant.
Inclusive upper bound on when the account was added, as an ISO-8601 timestamp.
Response
Page of accounts, newest first, tie-broken by id.
Opaque cursor for the next page. Pass back verbatim as the cursor query param to fetch the next page; null when no more results.

