Skip to main content
GET
/
metadata
/
tags
List distinct tags in use
curl --request GET \
  --url https://api.example.com/metadata/tags \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    {
      "tag": "<string>",
      "count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Response

Distinct tags with usage counts, sorted by count descending then tag ascending. Tenant-scoped; type-permission scoped; trashed items excluded.

tags
object[]
required