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] <ORGANIZATION_ID> <PROJECT_ID> <THREAD_ID>Arguments
| Name | Required |
|---|---|
ORGANIZATION_ID | yes |
PROJECT_ID | yes |
THREAD_ID | yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
-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] <ORGANIZATION_ID> <PROJECT_ID> <AGENT_NAME>Arguments
| Name | Required |
|---|---|
ORGANIZATION_ID | yes |
PROJECT_ID | yes |
AGENT_NAME | yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
--agent-type | global_copilot, custom_agent | yes | — |
--judge-id | text | no | Restrict to threads associated with this judge. |
--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. |