List Proxy Connections
Returns the connection history recorded for this proxy, one item per connection (aggregated across the connection’s lifetime). Supports filtering on every property plus ordering and pagination. Returns 503 when the connection-insights backend is disabled or unreachable.
Query Parameters
Page number (1-based).
x >= 1Number of items per page.
1 <= x <= 100Filter to a single connection by its session id.
Filter to connections made by this user.
Filter to connections to this destination host (exact match).
Filter to connections to this destination port.
0 <= x <= 65535Filter to connections of this transport protocol. Transport protocol of a connection.
tcp, udp, unknown Filter to connections served by this upstream provider.
Filter to connections served from this upstream country (ISO 3166-1 alpha-2).
Filter to connections that closed with this reason (closed connections only).
Filter by connection status.
active while the connection is still open (no terminal record yet); closed once it has ended.
active, closed Filter to connections that started at or after this time (inclusive).
Filter to connections that started at or before this time (inclusive).
Filter to connections whose last activity was at or after this time (inclusive).
Filter to connections whose last activity was at or before this time (inclusive).
Filter to connections with at least this many bytes received from upstream.
x >= 0Filter to connections with at most this many bytes received from upstream.
x >= 0Filter to connections with at least this many bytes sent to upstream.
x >= 0Filter to connections with at most this many bytes sent to upstream.
x >= 0Filter to connections with at least this much total traffic (bytesIn + bytesOut).
x >= 0Filter to connections with at most this much total traffic (bytesIn + bytesOut).
x >= 0Filter to connections lasting at least this many milliseconds.
x >= 0Filter to connections lasting at most this many milliseconds.
x >= 0Property to order the results by.
startedAt, endedAt, bytesIn, bytesOut, totalBytes, durationMs Sort direction.
asc, desc