Gallery Platform API
Reference

List job photos

Lists a job's evidence photos in capture order.

GET
/gallery/jobs/{id}/photos

Lists a job's evidence photos in capture order.

Authorization

bearerAuth jobs:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: jobs:read

Path Parameters

id*string

The job id.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "id": "string",      "job_id": "string",      "task_id": "string",      "artwork_id": "string",      "condition_report_id": "string",      "kind": "progress",      "storage_path": "string",      "caption": "string",      "taken_at": "string",      "created_by": "string",      "created_at": "string"    }  ]}