List work statuses
Returns the gallery's custom work-status vocabulary — labels mapped onto canonical availability states — ordered by position.
Returns the gallery's custom work-status vocabulary — labels mapped onto canonical availability states — ordered by position.
Authorization
bearerAuth artworks:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artworks:read
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", "label": "string", "maps_to": "available", "position": -9007199254740991, "is_archived": true, "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}Delete a work status DELETE
Deletes an unused custom work-status label. Refused (409) while works still reference it — archive it instead.
Update a work status PATCH
Renames, remaps, reorders, or archives a custom work-status label. Remapping does not touch works already carrying the label — their canonical state keeps ruling (a later mismatch clears the label per the consistency trigger).