Radicas Docs
API referenceGenerated

Get Agent Interactions

GET
/agents/{agent_id}/interactions

The agents this agent collaborates with — agent→agent handoffs derived from span parentage (nearest agent ancestor in the trace DAG), scoped to this tenant over the agent's recent traces. Operational truth from traces, not a declared topology.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

agent_id*Agent Id

Response Body

application/json

application/json

curl -X GET "https://example.com/agents/string/interactions"
{  "agent_id": "string",  "sampled_traces": 0,  "neighbors": [    {      "agent_id": "string",      "direction": "string",      "handoffs": 0,      "error_rate": 0,      "p50_latency_ms": 0,      "trace_count": 0    }  ]}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}