Saved Report Retrieval Status
report_saved_retrieveFree read-only past report retrieval status utility for agents asking about previously generated reports. AurelianFlo returns report artifacts inline as artifact.contentBase64 and does not persist hosted report files server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | Optional file name from a prior artifact response. | |
| report_id | No | Optional client-side report or case identifier to echo in the retrieval status response. | |
| settlement_tx | No | Optional x402 settlement transaction hash associated with a prior paid report call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Primary structured result payload for the tool. | |
| error | No | Machine-readable error code or message when the tool fails. | |
| output | No | Nested renderer output when a workflow bundles an artifact render. | |
| report | No | Report-shaped payload when available; null for status-only retrieval responses. | |
| source | No | Source label, route, dataset, or execution metadata for the result. | |
| message | No | Human-readable error or status message. | |
| success | No | Whether the tool completed successfully. | |
| artifact | No | Inline generated file artifact. The service does not persist a hosted download URL. | |
| artifacts | No | Artifact rendering hints keyed by format. | |
| artifact_summary | No | Delivery and rendering metadata for an inline generated artifact. |