← All documentation
API & integrations
Jobs & estimates API
Read-only access to scheduled work and quotes for reporting integrations.
GET /api/v1/jobs
List jobs. Query params: status, limit (max 100). Returns id, customerId, title, status, scheduledAt, durationMinutes, notes, source, timestamps.
GET /api/v1/estimates
List estimates. Query params: status, limit (max 100). Includes amount, deposit fields, acceptance timestamps, and customer linkage.
Creating or updating jobs and estimates via API is not available today — use the dashboard or widgets for writes.