inspect
Show a Cursor SDK agent's activity as a compact one-line-per-tool-call digest, and use since to fetch only new entries. Names the full transcript file when deeper detail is needed.
Instructions
Show what one agent has done, as a compact digest — one line per tool call, not a transcript. Pass the since value from a previous call to get only new activity. The reply names the full transcript file; read it with shell tools only if the digest is genuinely insufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Short agent id, e.g. ag_7f3k2m. | |
| since | No | Return only entries newer than this seq (from a prior inspect). | |
| includeResult | No | Append the agent's final answer, if it has finished. |