llm_request_result
Retrieve any persisted CLI request result by correlation ID to inspect the full prompt and response, optionally including the complete job record for local debugging.
Instructions
Read back any persisted request (sync or async) from the flight recorder by correlationId, including prompt and response. Local callers can also include the linked complete job record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxChars | No | Max chars of the persisted response to return | |
| correlationId | Yes | Correlation id from a prior request's structuredContent.correlationId (sync or async) | |
| includePrompt | No | Include the full persisted prompt text in the result | |
| includeJobRecord | No | Include the linked raw provider capture and replay context when called over local stdio. Remote callers receive no transcript or host paths. |