Judgment Labs Logo

Agent-threads

List and inspect agent thread conversations (global_copilot, custom_agent).

List and inspect agent thread conversations (global_copilot, custom_agent).

Commands

CommandDescription
agent-threads getGet an agent thread.
agent-threads listList agent thread conversations.

agent-threads get

Get an agent thread.

Get one agent thread conversation, including its transcript, metadata, active run status, and timestamps.

judgment agent-threads get [OPTIONS] <ORGANIZATION_ID> <PROJECT_ID> <THREAD_ID>

Arguments

NameRequired
ORGANIZATION_IDyes
PROJECT_IDyes
THREAD_IDyes

Options

FlagTypeRequiredDescription
-o, --outputyaml, jsonnoOutput format.

agent-threads list

List agent thread conversations.

List the authenticated user's agent thread conversations in a project (global_copilot or custom_agent). Returns each thread's title, type, message count, active run status, and timestamps.

judgment agent-threads list [OPTIONS] <ORGANIZATION_ID> <PROJECT_ID> <AGENT_NAME>

Arguments

NameRequired
ORGANIZATION_IDyes
PROJECT_IDyes
AGENT_NAMEyes

Options

FlagTypeRequiredDescription
--agent-typeglobal_copilot, custom_agentyes
--judge-idtextnoRestrict to threads associated with this judge.
--limitnumbernoMaximum number of threads to return (1–100).
--cursor-updated-attextnoPagination cursor: updated_at value from a previous next_cursor.
--cursor-thread-idtextnoPagination cursor: thread_id value from a previous next_cursor.
-o, --outputtable, yaml, jsonnoOutput format.