beel_list_accounts
Retrieve provisioned accounts, newest first, including lifecycle status, access level, and claim-link state. Filter by status or external reference.
Instructions
Returns the accounts you provisioned, newest first. Each carries its lifecycle status
(PROVISIONED → CLAIMED → ACTIVE), the access_level you hold over it and the state
of its claim link.
status: narrows the list to one lifecycle stage.external_ref: looks an account up by the reference you assigned when provisioning it; returns the 0..1 matching accounts.
Cursor pagination. This collection pages by cursor/next_cursor instead of by
page, so it carries no pagination block. That is a documented variant of pagination,
not a different envelope: the collection still travels under a named key inside data.
Keep asking with the next_cursor of the previous response until it comes back null.
Endpoint: GET /v1/accounts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of accounts to return per page (1–200). Defaults to 50. | |
| cursor | No | Opaque pagination cursor from a previous response's `next_cursor`. | |
| status | No | ||
| external_ref | No | Your own id for the account; returns the 0..1 matching accounts. |