Judgment Labs Logo

judgment agent-threads

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

The Judgment CLI is deprecated and no longer under active development. This reference is retained for existing users. See the CLI deprecation notice for supported alternatives.

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] [[[ORG_ID] PROJECT_ID] THREAD_ID...]

Arguments

NameRequired
[[ORG_ID] PROJECT_ID] THREAD_IDno

Options

FlagTypeRequiredDescription
--organization-id, --org-idtextnoOrganization ID. Defaults to JUDGMENT_ORG_ID or saved context.
--organization, --orgtextnoOrganization name to resolve.
--project-idtextnoProject ID. Defaults to JUDGMENT_PROJECT_ID or saved context.
--projecttextnoProject name to resolve.
-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] [[[ORG_ID] PROJECT_ID]...]

Arguments

NameRequired
[[ORG_ID] PROJECT_ID]no

Options

FlagTypeRequiredDescription
--organization-id, --org-idtextnoOrganization ID. Defaults to JUDGMENT_ORG_ID or saved context.
--organization, --orgtextnoOrganization name to resolve.
--project-idtextnoProject ID. Defaults to JUDGMENT_PROJECT_ID or saved context.
--projecttextnoProject name to resolve.
--agent-typeglobal_copilot, custom_agentyesActive agent thread kinds available for new conversations: global_copilot or custom_agent.
--agent-nametextyes
--judge-idtextnoRestrict to threads associated with this judge.
--agent-config-idtextnoRestrict to threads for this exact agent config.
--scopeowner, projectno
--owner-user-idtextnoRestrict project history to a specific thread owner.
--all-usersbooleannoDeprecated alias for scope=project. Prefer the scope query parameter.
--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.