Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get the current status of a sandbox command job
| Field | Value |
|---|
| Name | get_sandbox_command_job |
| Group | Sandbox |
Playground
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Sandbox session ID"
},
"job_id": {
"type": "string",
"description": "Command job ID"
}
},
"required": [
"id",
"job_id"
],
"additionalProperties": false,
"description": "Input schema for the get_sandbox_command_job tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}
Output schema
This tool does not publish an output schema.