definition
Query available APIs for analytics
Returns a list of available APIs for analytics, that can be used to obtain available metrics each one of them.
get/environments/{envId}/analytics/definition/apis
Path parameters
envIdstring required
The unique ID of your environment
Response
The response contains a list of available APIs for analytics, that can be used to obtain available metrics each one of them.
Example response
{
"data": [
{
"name": "HTTP_PROXY",
"label": "HTTP Proxy"
},
{
"name": "MESSAGE",
"label": "Message"
},
{
"name": "LLM",
"label": "LLM"
},
{
"name": "MCP",
"label": "MCP"
}
]
}