v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
SandboxAdminService

ListSandboxes

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

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

statusstring

One of: running | stopped | all. Defaults to running.

limitinteger
cursorstring

Response

Success

nextCursorstring

Example response

{
  "sandboxes": [
    {
      "startedAt": "2023-01-15T01:30:15.01Z",
      "releasedAt": "2023-01-15T01:30:15.01Z"
    }
  ]
}