v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
SandboxAdminService

Outbound HTTP(S) calls a sandbox made (the egress ledger). Durable — reads the recorded table, so it works for stopped sandboxes too.

Outbound HTTP(S) calls a sandbox made (the egress ledger). Durable — reads the recorded table, so it works for stopped sandboxes too.

post/textql.rpc.public.sandbox_admin.SandboxAdminService/ListSandboxEgress

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

sandboxIdstring
limitinteger

Max calls to return (newest first). Server clamps to a sane default/cap.

Response

Success

Example response

{
  "calls": [
    {
      "occurredAt": "2023-01-15T01:30:15.01Z"
    }
  ]
}