List connections routed through a proxy
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).
Number of items per page.
Filter 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.
Transport protocol of a connection.
Filter to connections of this transport protocol.
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).
active while the connection is still open (no terminal record yet); closed once it has ended.
Filter by connection status.
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.
Filter to connections with at most this many bytes received from upstream.
Filter to connections with at least this many bytes sent to upstream.
Filter to connections with at most this many bytes sent to upstream.
Filter to connections with at least this much total traffic (bytesIn + bytesOut).
Filter to connections with at most this much total traffic (bytesIn + bytesOut).
Filter to connections lasting at least this many milliseconds.
Filter to connections lasting at most this many milliseconds.
Property to order the results by.
Sort direction.
Response
A page of connections.