Error
A valid request URL is required to generate request examples{
"tool_names": [
"<string>"
],
"server_labels": [
"<string>"
],
"virtual_keys": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>"
}
]
}Logging
Get available MCP log filter data
Returns all unique filter data from MCP tool logs (tool names, server labels).
GET
/
api
/
mcp-logs
/
filterdata
Error
A valid request URL is required to generate request examples{
"tool_names": [
"<string>"
],
"server_labels": [
"<string>"
],
"virtual_keys": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>"
}
]
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Was this page helpful?
⌘I

