curl --request GET \
--url https://api.getmaxim.ai/v1/log-repositories/logs/tags/unique-values \
--header 'x-maxim-api-key: <api-key>'{
"data": [
"<string>"
]
}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>"
]
}Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Unique identifier for the log repository
Type of entity to get unique tag values for
trace Key to get unique tag values for
Unique values retrieved successfully
Was this page helpful?