recall / query). It provides exact chronological ordering — what happened and when — rather than ranked relevance.
Browse activity
List recent activity entries for a run with optional type and agent filters.- Python
- Node / TS
Export activity
Export the full activity trail as JSONL for offline analysis or compliance archival.- Python
- Node / TS
Append activity
Manually append activity traces — useful for logging external observations, human annotations, or system events that the SDK doesn’t capture automatically.- Python
- Node / TS
Activity vs. semantic query
listActivity | recall / query | |
|---|---|---|
| Ordering | Chronological (exact timestamps) | Relevance-ranked |
| Use case | Audit, debugging, compliance | Context retrieval for LLM prompts |
| Filters | Type, agent, time range | Semantic similarity, entry types |
| Output | Raw entries as ingested | Answer with evidence scoring |
API reference
| Transport | Endpoint |
|---|---|
| HTTP | POST /v2/control/activity (list), POST /v2/control/activity/export (export), POST /v2/control/activities/append (append) |
| gRPC | ListActivity, ExportActivity, AppendActivity |
Next steps
- See SDK methods for the full method catalog.
- See Control HTTP reference for request/response field details.