List a sandbox's egress activity
The unified per-sandbox network log: every outbound connection the
sandbox made, merged into one time-ordered stream, most recent first.
Each row has a kind — connection (host, bytes, allow/deny verdict)
or request (HTTP method, path, status, and the secret used, when a
credential was injected). Fields not relevant to a row’s kind are
omitted.
Filter by time window (since/before) and verdict. Paginate by
passing the response’s next_cursor as before while has_more is
true. A verdict filter returns only connection rows, since request
rows carry no verdict.
Authorizations
Path Parameters
The unique identifier of the sandbox.
Query Parameters
1 <= x <= 200Pagination cursor or time filter. Pass the previous response's opaque next_cursor to page through results, or an RFC3339 timestamp to return rows strictly older than that time.
Return rows at or newer than this RFC3339 timestamp.
Filter to connection rows with this verdict. Excludes request rows.
allowed, blocked, failed Response
A page of network events (most recent first)