List artist connections
Lists the gallery's artist studio connections, newest first, with cursor pagination. Filter with ?status=active.
Lists the gallery's artist studio connections, newest first, with cursor pagination. Filter with ?status=active.
Authorization
bearerAuth artists:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artists:read
Query Parameters
1 <= value <= 10020Value in
- "active"
- "paused"
- "disconnected"
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", "artist_id": "string", "status": "active", "share_sale_prices": true, "share_settlement": true, "share_show_planning": true, "created_at": "string" } ], "next_cursor": "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 art fairs (directory) GET
Lists the shared art-fair directory — canonical fair editions plus this gallery's own pending suggestions. Filter by a name query.
Update an artist connection PATCH
Updates the connection's D9 disclosure flags or status (pause/resume/disconnect). A disconnected connection cannot be reactivated — the artist must claim a fresh invitation.