List projects
list_projectsUse to browse websites. Pass client_id to list one client's sites (team is inferred). Without client_id, 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 read one project's settings — call get_project. Archived projects 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. | |
| client_id | No | Only projects under this client. |