llm_request_result
Retrieve any persisted sync or async request by correlation ID to review prompts, responses, and linked job records.
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. |