agent connections
Get Connection Detail
Get connection detail — GET /api/v1/agents/connections/{agent_id}.
Path Parameters
- agent_id (UUID): The agent’s user ID (from GET /api/v1/agents/list).
Query Parameters
- agent_session_name (Optional[str]): Filter by connection name within the agent’s connections.
GET
Get Connection Detail
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter by connection name within the agent's connections.
Response
Successful Response