twprojects-list_project_budgets
Retrieve project budgets filtered by project IDs or status, with pagination and optional compact mode for efficient scanning.
Instructions
List project budgets (top-level project financial budgets). Filter by project_ids or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of budgets to return. | |
| cursor | No | Cursor for fetching the next page of results. | |
| status | No | Filter budgets by status. | |
| verbose | No | If false, returns id + name only — useful when scanning many results. | |
| page_size | No | Number of results per page for pagination. | |
| project_ids | No | Filter budgets by project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| budgets | No | ||
| included | No |