List Projects
list_projectsRetrieve all Coalesce projects. Optionally include nested workspace and job data for a comprehensive view.
Instructions
List all Coalesce projects.
Args:
includeWorkspaces (boolean, optional): Include nested workspace data
includeJobs (boolean, optional): Include nested job data for all workspaces
Returns: { data: Project[], next?: string, total?: number }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeJobs | No | Include nested job data for all workspaces | |
| includeWorkspaces | No | Include nested workspace data with workspace IDs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| next | No | ||
| total | No |