Update a fair-submission run
Records a run's progress or outcome — status, step count, the appended action log, or an error.
Records a run's progress or outcome — status, step count, the appended action log, or an error.
Authorization
bearerAuth artworks:updateA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artworks:update
Path Parameters
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "user_id": "string", "portal_domain": "string", "fair_list_id": "string", "status": "running", "step_count": -9007199254740991, "actions": [ { "tool": "string", "gated": true, "approved": true, "at": "string" } ], "error": "string", "created_at": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}List fair-submission runs GET
Lists the gallery's fair-submission run audit, newest first. Optionally filter by status.
Upload a custom font POST
Registers a custom font from base64 bytes (ttf/otf/woff/woff2). The file's magic bytes and size are validated, and a licensing attestation is required. Requires the gallery:write scope (key) or editor membership (user).