list_jobs
Retrieve GnuCash jobs with filters for customer/vendor, active-only, and pagination options. Get compact rows or full JSON details.
Instructions
List jobs, optionally filtered.
Leads with a Showing X-Y of Z jobs line; page with
offset, or pass limit=0 for the count only.
Args: owner_type: Filter by "customer" or "vendor". Omit for all. owner_id: Filter by specific customer or vendor ID (requires owner_type). active_only: If True (default), exclude inactive jobs. verbose: If True, return full JSON dicts; otherwise compact tab-separated rows. limit: Page size (default 50, max 250). 0 = count only. offset: 0-indexed first row to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| verbose | No | ||
| owner_id | No | ||
| owner_type | No | ||
| active_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |