get_job
Fetch a job's details by ID to see its name, owner, active state, and the IDs of all linked invoices and bills.
Instructions
Get a job's details by ID.
Returns name, owner, active state, plus a count + IDs list of every invoice/bill linked to the job.
Args: job_id: Job ID (e.g., "000001").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |