What appears in History
History includes two run types:| Type | What it represents |
|---|---|
| Agent | A prompt session with an agent, whether started from the API, CLI, a workflow, another agent, a trigger, or a gateway |
| Workflow | A workflow execution, whether started directly, by a trigger, or from another runtime path |
Statuses
Runs can have these statuses:| Status | What it means |
|---|---|
| Queued | The run has been created and is waiting to start |
| Running | The run is actively executing |
| Sleeping | The run is paused until the runtime wakes it |
| Waiting on hook | The run is waiting for an external hook response |
| Success | The run completed successfully |
| Failed | The run ended with an error |
| Canceled | The run was canceled before it completed |
Inspect a run
Select a row in History to open the detail panel. The panel has three tabs:| Tab | What it shows |
|---|---|
| Overview | Summary, conversation or payloads, usage, and run cost details |
| Metadata | Trigger time, queue time, start and finish times, status, run ID, actor, project, models, services, and total cost |
| Trace | Raw trace spans and logs in JSON or YAML |
Use the CLI
Usekeystroke history when you want organization-level cloud history from the terminal:
keystroke history list uses the active cloud organization and can filter by project ID, status, and kind. Owners and admins can pass --admin to list all organization resources.
For resource-specific inspection, use the agent and workflow run commands:
Next steps
Agent runs
Inspect agent sessions, conversations, tool calls, and traces.
Workflow runs
Inspect workflow input, output, errors, steps, and traces.
Run agents
Start agent sessions and inspect their results.
Run workflows
Start workflow runs and review their output.