Get the VM agent status, version, and basic health information. This endpoint provides agent metadata rather than cache statistics.Documentation Index
Fetch the complete documentation index at: https://docs.hopx.ai/llms.txt
Use this file to discover all available pages before exploring further.
For clearing the execution cache, use the Clear Cache endpoint.
Endpoint
Request
Headers
Example Request
Response
Success (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
agent | string | Agent name and runtime |
status | string | Agent status (running, stopped) |
version | string | Agent version |
vm_id | string | Sandbox/VM identifier |
message | string | Status message |
timestamp | string | Response timestamp (ISO 8601) |
Status Codes
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized |
Use Cases
Check Agent Status
Verify Agent Version
Monitor Agent Health
Related
- SDK: sandbox.cache.stats() - Python SDK method
- CLI System Commands - System operations from CLI
Next Steps
- Clear Cache - Clear execution cache
- Get System Metrics - View resource usage

