Reference · GET /v1/jobs/:id/reports
Job reports
Retrieve the on-site media for a job — photos, signatures, and form answers — as the completion-report PDF FieldInsight generates.
FieldInsight does not return photo, file, or signature values through the jobs API — those fields come back empty. They are rendered into a completion report instead. List a job's reports, then resolve a short-lived PDF link for the one you want. Both endpoints use the jobs:read scope.
Job photos — coming soon
A dedicated GET /v1/jobs/{id}/photos endpoint is planned — it will return photo links for a job directly, extracted from its completion reports, so you won’t have to render the PDF. It currently responds 501 not-implemented. Until it’s live, use the report PDF above for on-site media.