List shows
Lists the gallery's shows — exhibitions and art fairs — newest first, with cursor pagination. Filter by show_type, visibility, or a title query.
Lists the gallery's shows — exhibitions and art fairs — newest first, with cursor pagination. Filter by show_type, visibility, or a title query.
Authorization
bearerAuth shows:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: shows:read
Query Parameters
1 <= value <= 10020Value in
- "exhibition"
- "art_fair"
Value in
- "public"
- "unlisted"
- "private"
1 <= length <= 2001 <= items <= 10Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "slug": "string", "show_type": "exhibition", "title": "string", "subtitle": "string", "summary": "string", "press_release": "string", "start_date": "string", "end_date": "string", "location_id": "string", "venue_name": "string", "art_fair_id": "string", "booth": "string", "checklist_list_id": "string", "cover_image_path": "string", "cover_url": "string", "visibility": "public", "is_cancelled": true, "created_at": "string", "updated_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}Mint a signed show-image upload URL POST
Returns a one-time signed target for uploading an installation image directly to Storage. The server derives the gallery-scoped object key; the client then uploads the bytes and registers the object via POST /images. Requires a first-party session.
Add a tag to a show POST
Adds a single tag to this show (idempotent — never clobbers its other tags). Returns the resulting tag set.