Blue Guardrails

Get Tool Call Transitions

Get tool call transition sequences across conversations.

GET
/v1/analytics/tool-call-transitions

Query Parameters

filter*string

Message filter expression with created_at lower and upper bounds.

Header Parameters

x-workspace-id?|

Workspace UUID for session-authenticated calls.

Response Body

application/json

application/json

curl -X GET "https://loading/v1/analytics/tool-call-transitions?filter=string"
{
  "transitions": [
    {
      "from_tool": "string",
      "to_tool": "string",
      "count": 0
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}