Skip to main content
List all command jobs in a sandbox session. Returns jobs from the data plane.

Tool details

FieldValue
Namelist_sandbox_command_jobs
GroupSandbox

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Sandbox session ID"
    }
  },
  "required": [
    "id"
  ],
  "additionalProperties": false,
  "description": "Input schema for the list_sandbox_command_jobs tool.",
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Output schema

This tool does not publish an output schema.