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.string
required
The analysis id (
_internal_exposed_id from Get an analysis).boolean
Whether the request succeeded.
string
One of
started, processing, completed, failed, or expired.string
The summary content as a Markdown string. Present only when
status is completed.string
Human-readable status message. Present when
status is not completed.