agent connections
List Agents Connections
List agents connections — GET /api/v1/agents/connections.
Query Parameters
- active_only (bool): When true, restricts results to connections currently considered active. Defaults to True.
- agent_id (Optional[UUID]): Filter connections by agent user ID. Only returns connections belonging to this specific agent.
- include_sources (bool): When true, includes the source breakdown for each returned connection. Defaults to True.
- limit (int): Maximum number of rows to return. Defaults to 50.
- offset (int): Number of rows to skip for pagination. Defaults to 0.
- range (Literal[‘24h’, ‘7d’, ‘30d’, ‘all’]): One of: ‘24h’, ‘7d’, ‘30d’, ‘all’. Defaults to ‘30d’.
- status (Optional[Literal[‘active’, ‘inactive’, ‘unknown’]]): One of: ‘active’, ‘inactive’, ‘unknown’.
GET
List Agents Connections
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter connections by agent user ID. Only returns connections belonging to this specific agent.
Available options:
24h, 7d, 30d, all Available options:
active, inactive, unknown Required range:
1 <= x <= 500Required range:
x >= 0Response
Successful Response