Gallery Platform API
Reference

List tags

Returns the gallery's tag vocabulary, ordered by name, each with its per-resource-type usage counts (the governance read — dead tags are the ones with no counts).

GET
/gallery/tags

Returns the gallery's tag vocabulary, ordered by name, each with its per-resource-type usage counts (the governance read — dead tags are the ones with no counts).

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

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",      "name": "string",      "color": "slate",      "facet": "medium",      "created_at": "string",      "updated_at": "string",      "counts": [        {          "owner_type": "artwork",          "count": -9007199254740991        }      ]    }  ]}