---
title: "Get available MCP log filter data"
method: GET
path: "/api/mcp-logs/filterdata"
tags: ["Logging"]
---

# Get available MCP log filter data

`GET /api/mcp-logs/filterdata`

Returns all unique filter data from MCP tool logs (tool names, server labels).

## Response `200`

Successful response

- object — Available MCP log filter data
  - `tool_names` string[] — All unique tool names
  - `server_labels` string[] — All unique server labels
  - `virtual_keys` object[] — All unique virtual keys
    - `id` string — Virtual key ID
    - `name` string — Virtual key name
    - `value` string — Virtual key value (redacted if applicable)

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.dev/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/revisions/f8cab88f64ea/schema)
