twprojects-list_project_budgets
Retrieve project budgets filtered by project IDs or status (upcoming, active, complete). Supports pagination and optional verbose 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 |
|---|---|---|---|
| cursor | No | Cursor for fetching the next page of results. | |
| limit | No | Maximum number of budgets to return. | |
| page_size | No | Number of results per page for pagination. | |
| project_ids | No | Filter budgets by project. | |
| status | No | Filter budgets by status. | |
| verbose | No | If false, returns id + name only — useful when scanning many results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budgets | No | ||
| meta | No | ||
| included | No |