Summaries & Recommendations
Get a summary
Retrieve a generated summary, or its current generation status.
GET
Retrieve a generated summary, or the current generation status. When
status is completed, the data field holds the summary as a Markdown string. Tasks older than one hour return 410 Gone.
The
analysis-id path parameter is the analysis id returned as _internal_exposed_id from Get an analysis.The analysis id (
_internal_exposed_id from Get an analysis).Whether the request succeeded.
One of
started, processing, completed, failed, or expired.The summary content as a Markdown string. Present only when
status is completed.Human-readable status message. Present when
status is not completed.