GET
/
v1
/
log-repositories
/
logs
/
tags
/
unique-values
Get unique values for a tag
curl --request GET \
  --url https://api.getmaxim.ai/v1/log-repositories/logs/tags/unique-values \
  --header 'x-maxim-api-key: <api-key>'
{
  "data": [
    "<string>"
  ]
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Query Parameters

id
string
required

Unique identifier for the log repository

entityType
enum<string>
required

Type of entity to get unique tag values for

Available options:
trace
key
string
required

Key to get unique tag values for

Response

200
application/json

Unique values retrieved successfully

The response is of type object.