Blue Guardrails

Get Tool Names

List all distinct tool names used in traced conversations.

Returns a flat list of tool name strings extracted from message parts where the part type is "tool_call".

GET
/v1/conversations/tool-names

Header Parameters

x-workspace-id?|

Workspace UUID to operate within. Required for session auth and user-scoped API keys. Optional for workspace-scoped API keys (uses key's workspace if omitted).

Response Body

application/json

application/json

curl -X GET "https://loading/v1/conversations/tool-names"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}