autotask_search_billing_items
Search for approved and posted billable items in Autotask by company, ticket, project, contract, invoice, or date range to manage billing workflows.
Instructions
Search for billing items in Autotask. Billing items represent approved and posted billable items from the "Approve and Post" workflow. Returns 25 results per page by default.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Filter by company ID | |
| ticketId | No | Filter by ticket ID | |
| projectId | No | Filter by project ID | |
| contractId | No | Filter by contract ID | |
| invoiceId | No | Filter by invoice ID | |
| postedAfter | No | Filter items posted on or after this date (ISO format, e.g. 2026-01-01) | |
| postedBefore | No | Filter items posted on or before this date (ISO format) | |
| page | No | Page number for pagination (default: 1) | |
| pageSize | No | Results per page (default: 25, max: 500) |