TheDocumentation Index
Fetch the complete documentation index at: https://docs.vlm.run/llms.txt
Use this file to discover all available pages before exploring further.
vlmrun executions command lets you list and retrieve results from agent executions submitted via vlmrun execute or the API.
List Executions
| Option | Short | Description |
|---|---|---|
--limit | Max items to return (default: 10) | |
--skip | Number of items to skip (default: 0) | |
--status | Filter by status: enqueued, pending, running, completed, failed, paused | |
--since | Show executions since date (YYYY-MM-DD) | |
--until | Show executions until date (YYYY-MM-DD) | |
--format | -f | Output format (json) |
Get Execution
| Argument/Option | Short | Description |
|---|---|---|
EXECUTION_ID | ID of the execution to retrieve (required) | |
--wait | Wait for execution to complete (default: --no-wait) | |
--timeout | Timeout in seconds when waiting (default: 300) | |
--poll-interval | Seconds between status checks (default: 5) | |
--format | -f | Output format (json) |