Summaries & Recommendations
Get recommendations
Retrieve generated recommendations, or their current generation status.
GET
Retrieve generated recommendations, or the current generation status. When
status is completed, the data field holds the recommendations 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 recommendations content as a Markdown string. Present only when
status is completed.string
Human-readable status message. Present when
status is not completed.