list_circles
Retrieve paginated lists of Circles with optional filters for status, profile, or environment; archived Circles appear only when explicitly requested.
Instructions
List Circles with optional filters. Archived Circles are excluded by default; pass status="archived" to surface them. Returns paginated results.
ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Items per page (default 20, max 100) | |
| status | No | Filter by status (archived excluded unless requested) | |
| profile_id | No | Filter by bound public profile (sub-account) | |
| environment | No | Filter by environment (production or test) |