list_projects
List projects in an organization with pagination support. Use page parameter to retrieve all projects.
Instructions
List projects in an organization. The API returns 50 per page — an organization with more than that needs page 2 and beyond, so check the returned total before assuming a project does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based; defaults to 1 | |
| limit | No | Defaults to 50 | |
| organizationId | No | Defaults to the credential organization |