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".
Header Parameters
x-workspace-id?|
Workspace UUID for session-authenticated calls.
Response Body
application/json
application/json
curl -X GET "https://loading/v1/conversations/tool-names"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}