Gallery Platform API
Reference

List the shared show's planning notes

The pair-private planning thread (docs §8.6, Q8) — visible only to the two sides of this connection; in a group show every artist has their own thread.

GET
/gallery/show-connections/{id}/notes

The pair-private planning thread (docs §8.6, Q8) — visible only to the two sides of this connection; in a group show every artist has their own thread.

Authorization

bearerAuth artists:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: artists:read

Path Parameters

id*string

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",      "author_side": "gallery",      "body": "string",      "created_at": "string"    }  ]}