Skip to main content

Operation details

FieldValue
NamesandboxBackgroundCommand
GroupSandbox
TypeQuery
SignaturesandboxBackgroundCommand(id: ID!, commandId: ID!): SandboxBackgroundCommand

Playground

Query

Query
query SandboxBackgroundCommand($id: ID!, $commandId: ID!) {
  sandboxBackgroundCommand(id: $id, commandId: $commandId) {
    status
    commandId
    exitCode
    finishedAt
    startedAt
  }
}

Variables

Variables
{
  "id": "",
  "commandId": ""
}