Agent-threads

List and inspect agent thread conversations (agent_search, rubric_builder, global_copilot).

List and inspect agent thread conversations (agent_search, rubric_builder, global_copilot).

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 <PROJECT_ID> <THREAD_ID>

Arguments

NameRequired
PROJECT_IDyes
THREAD_IDyes

agent-threads list

List agent thread conversations.

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

judgment agent-threads list [OPTIONS] <PROJECT_ID>

Arguments

NameRequired
PROJECT_IDyes

Options

FlagTypeRequiredDescription
--agent-kindagent_search, rubric_builder, global_copilot, custom_agentno
--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.