Inspect work
inspect_workInspect a task, agent inbox/outbox, or prompt thread to view current workspace state. Pass one selector (task_id, agent_id, message_id, workspace_id) to retrieve detailed information.
Instructions
Read the workspace, one task, one agent communication inbox/outbox, or one durable prompt/reply thread by supplying at most one selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Task to inspect; omit for the whole workspace state | |
| agent_id | No | Agent communication inbox/outbox to inspect | |
| message_id | No | Prompt/reply thread to inspect | |
| workspace_id | No | Workspace id returned by a Concord operation. Omit to use the automatically resolved repository workspace. |