List all command jobs in a sandbox session. Returns jobs from the data plane.
list_sandbox_command_jobs
{ "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#" }