Documentation
Service VIN developer & AI platformGetting startedAuthenticationPaginationIdempotencyRate limitsErrorsWebhooks & signature verificationConnecting ClaudeRecipesMCP servers & the Claude connectorREST resource referenceCapability indexCustomers capabilitiesVehicles capabilitiesLeads capabilitiesWarranties capabilitiesQuotes capabilitiesInvoices capabilitiesPayments capabilitiesServices capabilitiesJobs capabilitiesCalendar capabilitiesScheduling capabilitiesStaff capabilitiesInventory capabilitiesComms capabilitiesTasks capabilitiesShop capabilitiesDocuments capabilitiesKnowledge capabilitiesReports capabilitiesBooking capabilitiesForms capabilitiesMarketing capabilitiesReviews capabilitiesAutomations capabilitiesIntegrations capabilitiesChangelogSearch
Domain
Jobs capabilities
11 capabilities, all acting on a job. A reference to one from another domain is spelled
job_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.| Capability | What it does | Effect |
|---|---|---|
| jobs.listPOST /api/v1/jobs/list | List jobs by stage, customer, vehicle or title | read-only |
| jobs.getPOST /api/v1/jobs/get | Get one job by id, with its schedule and clock | read-only |
| jobs.stagesPOST /api/v1/jobs/stages | List the job stages this shop's workflow board runs on | read-only |
| jobs.timelinePOST /api/v1/jobs/timeline | Read what has happened to a job, newest first | read-only |
| jobs.list_servicesPOST /api/v1/jobs/list_services | List the services and add-ons on a job | read-only |
| jobs.set_stagePOST /api/v1/jobs/set_stage | Move a job to another stage on the workflow board | writes · reaches the customer |
| jobs.assignPOST /api/v1/jobs/assign | Assign a job to a staff member, or unassign it | writes |
| jobs.schedulePOST /api/v1/jobs/schedule | Rebook a job to a new start and end time | writes · reaches the customer |
| jobs.set_notesPOST /api/v1/jobs/set_notes | Replace the internal notes on a job | writes |
| jobs.staffPOST /api/v1/jobs/staff | List the staff a job can be assigned to | read-only |
| jobs.panelsPOST /api/v1/jobs/panels | Track panel-by-panel progress on one install job | read-only |