mcp.keys.list
API-Keys auflisten
Hilfe
Listet alle MCP-API-Keys auf (ohne die Keys selbst — nur Prefix, Name, Status).
Rueckgabe
Liste der API-Keys
Beispiel-Prompts
- Welche API-Keys gibt es?
- Zeig mir die MCP-Keys
- API-Key-Liste
HTTP-Request (curl)
curl -X GET 'http://HOST:8502/api/admin/mcp/keys' \
-H 'Cookie: kiara_admin_session=SESSION' \
-H 'X-Requested-With: XMLHttpRequest'