Gallery Platform API
Reference

List everything carrying a tag

The cross-resource read: every record carrying this tag, as typed references (`owner_type` + prefixed id), newest first. Row-level security filters the list to owner types the caller can read.

GET
/gallery/tags/{id}/taggings

The cross-resource read: every record carrying this tag, as typed references (owner_type + prefixed id), newest first. Row-level security filters the list to owner types the caller can read.

Authorization

bearerAuth tags:read
AuthorizationBearer <token>

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

In: header

Scope: tags: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

{  "tag": {    "id": "string",    "name": "string",    "color": "slate",    "facet": "medium",    "created_at": "string",    "updated_at": "string"  },  "data": [    {      "owner_type": "artwork",      "id": "string",      "origin": "manual",      "tagged_at": "string"    }  ]}