Skip to content
Judgment Labs
Esc
navigateopen⌘Jpreview
On this page

judgment agent-threads

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

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

Commands

Command Description
agent-threads get Get an agent thread.
agent-threads list List 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

Name Required
[[ORG_ID] PROJECT_ID] THREAD_ID no

Options

Flag Type Required Description
–organization-id, –org-id text no Organization ID. Defaults to JUDGMENT_ORG_ID or saved context.
–organization, –org text no Organization name to resolve.
–project-id text no Project ID. Defaults to JUDGMENT_PROJECT_ID or saved context.
–project text no Project name to resolve.
-o, –output yaml, json no Output 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

Name Required
[[ORG_ID] PROJECT_ID] no

Options

Flag Type Required Description
–organization-id, –org-id text no Organization ID. Defaults to JUDGMENT_ORG_ID or saved context.
–organization, –org text no Organization name to resolve.
–project-id text no Project ID. Defaults to JUDGMENT_PROJECT_ID or saved context.
–project text no Project name to resolve.
–agent-type global_copilot, custom_agent yes Active agent thread kinds available for new conversations: global_copilot or custom_agent.
–agent-name text yes
–judge-id text no Restrict to threads associated with this judge.
–agent-config-id text no Restrict to threads for this exact agent config.
–scope owner, project no
–owner-user-id text no Restrict project history to a specific thread owner.
–all-users boolean no Deprecated alias for scope=project. Prefer the scope query parameter.
–limit number no Maximum number of threads to return (1–100).
–cursor-updated-at text no Pagination cursor: updated_at value from a previous next_cursor.
–cursor-thread-id text no Pagination cursor: thread_id value from a previous next_cursor.
-o, –output table, yaml, json no Output format.

Was this page helpful?