beel_list_accounts
List provisioned accounts with lifecycle status (PROVISIONED, CLAIMED, ACTIVE), access level, and claim link state. Filter by status or external_ref for targeted lookup.
Instructions
Returns the accounts you provisioned, each with its lifecycle status (PROVISIONED → CLAIMED → ACTIVE), the access_level you hold over it and the state of its claim link. Newest first. Narrow the list with status, or look one up by the external_ref you assigned when provisioning it.
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. |