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
| 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 <PROJECT_ID> <THREAD_ID>Arguments
| Name | Required |
|---|---|
PROJECT_ID | yes |
THREAD_ID | yes |
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
| Name | Required |
|---|---|
PROJECT_ID | yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
--agent-kind | agent_search, rubric_builder, global_copilot, custom_agent | no | — |
--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. |