budget_orders_list
List all budget orders for an organization with pagination support. Specify limit, offset, or override the default org ID.
Instructions
List all budget orders in the org (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page. Apple's hard cap is 1000 for most endpoints. | |
| offset | No | Result offset for pagination. | |
| orgId | No | Override the org (account) for this call. Defaults to ASA_ORG_ID. Use the `org_acls` tool to discover orgIds. |