Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.archal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Usage

archal traces [name-or-root-id] [options]
archal traces list [options]
archal traces detail <name-or-root-id> [options]
Use traces when you want to inspect what an agent did without opening the dashboard. The default output stays compact. Use --json when another coding agent or script needs the full response.

Options

FlagDescriptionDefault
-n, --limit <count>Number of traces to list20
--workspace <name-or-id>Read traces from a specific workspaceactive workspace
--jsonPrint machine-readable JSONfalse

Examples

archal traces
archal traces --workspace acme-prod --limit 5
archal traces detail trace-1746910996
archal traces detail root_01hxyz --json

Alias

archal trace remains available as a compatibility alias.