listJobs
listJobsRetrieve a paginated list of async jobs for invoice generation, revenue recognition, and other background processes.
Instructions
Retrieve a paginated list of async jobs (invoice generation, revenue recognition, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination. | |
| limit | No | Maximum number of jobs to return per page. | |
| search | No | Search query to filter jobs. Format: 'field=value'. | |
| resource__neq | No | Exclude jobs whose resource type equals this value. Defaults to 'revenue_posting' to hide noisy internal revenue-recognition jobs; pass a different value or empty string to override. | revenue_posting |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |