List clients
list_clientsUse to browse clients (companies). Operator tokens (all workspaces) must pass team_id from list_teams. Team-scoped tokens may omit team_id and cannot target another workspace. Do not use to list websites — call list_projects with client_id. Archived clients are hidden unless status=all or archived.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, max 100. | |
| cursor | No | Opaque cursor from the previous page's next_cursor. | |
| status | No | Filter by archive state. Defaults to active. | |
| team_id | No | Team id from list_teams. Required for operator tokens and OAuth logins; team-scoped frw_ tokens may omit it. |