Sessions
Sessions represent individual agent interactions with a sandbox.List Sessions
200 OK
Session Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique session ID |
sandbox_id | string | Associated sandbox |
status | string | active, completed, error |
agent_type | string | Agent identifier |
model | string | LLM model used |
tokens_in | integer | Total input tokens |
tokens_out | integer | Total output tokens |
cost_usd | number | Total cost (LLM + compute) |
trust_score | integer | Behavioral trust score (0-100) |
duration_ms | integer | Session duration in milliseconds |
started_at | string | ISO 8601 start time |
ended_at | string | ISO 8601 end time |