get_delegation_transcript
Retrieve the full message transcript of a delegation run with capture_transcript enabled, using its ID from list_recent_delegations. Returns an error if no transcript exists.
Instructions
Full message transcript (every model message and tool call/result) for one delegation, if it was run with capture_transcript=True. Get the id from list_recent_delegations. Returns an error string if no transcript was captured for that id.
Args:
delegation_id: The id field from a list_recent_delegations row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delegation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |