CLI Reference

ctxindex thread

Traverse a local thread through generic Resource Relations.

Thread traversal uses Profile-derived Relations rather than provider-specific conversation tables.

Usage

ctxindex thread get [--json] <ref>

Commands and flags

Command or flagPurpose
get <ref>Return the local related Resource thread containing the exact Ref.
--jsonPrint deterministic JSON.

The current command traverses local materialized Relations. Retrieve or sync Resources first when local relation data is incomplete.

JSON output

thread get --json prints the related Resources in deterministic JSON.

Stable exit codes

Exit codes are API: 0 success; 2 invalid usage; 10 needs_auth; 20 rate limited; 30 network/provider; 40 permission denied; 50 other sync failure; 130 cancelled by SIGINT.

On this page