Skip to main content
POST
/
api
/
v1
/
metadata
/
keys
Get Metadata Keys
curl --request POST \
  --url https://platform.composo.ai/api/v1/metadata/keys \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "keys": [
    {
      "key": "<string>"
    }
  ]
}

Body

application/json

Request schema for getting metadata keys.

Uses authenticated user's domain from API key or JWT token. Request body is optional - can send empty JSON {}.

Response

Successful Response

Response schema for metadata keys.

keys
MetadataKey · object[]
required

List of metadata keys