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
Page size. Defaults to 20; the maximum is 100.
1 <= value <= 10020Opaque cursor from the previous page's next_cursor. Omit for the first page.
Filter to the given show type.
Value in
- "exhibition"
- "art_fair"
Filter to the given visibility.
Value in
- "public"
- "unlisted"
- "private"
Free-text search over the resource's searchable fields.
1 <= length <= 200Filter to the given tag id.
1 <= 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", "press_embargo_until": "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, "metadata": { "property1": "string", "property2": "string" }, "created_at": "string", "updated_at": "string", "save_state": "new" } ], "next_cursor": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "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.
Reinstate a cancelled show POST
Reinstates a cancelled show — live on the record now, whoever sends it. Its public page and its place in the programme return; the checklist and its works were never touched.