Gallery Platform API
Reference

Get a condition report

Returns a single condition report.

GET
/gallery/condition-reports/{id}

Returns a single condition report.

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

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "id": "string",  "artwork_id": "string",  "job_task_id": "string",  "examined_by": "string",  "examined_at": "string",  "status": "excellent",  "summary": "string",  "notes": "string",  "created_at": "string",  "updated_at": "string"}