Skip to main content

Operation details

FieldValue
NamesandboxBackgroundCommands
GroupSandbox
TypeQuery
SignaturesandboxBackgroundCommands(id: ID!): [SandboxBackgroundCommand!]!

Playground

Query

Query
query SandboxBackgroundCommands($id: ID!) {
  sandboxBackgroundCommands(id: $id) {
    status
    commandId
    exitCode
    finishedAt
    startedAt
  }
}

Variables

Variables
{
  "id": ""
}