list_projects
List projects in an organization with pagination support. Check the returned total and request additional pages to avoid missing projects beyond the default limit.
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 |