Skip to main content
Use this endpoint to retrieve the structured AI analysis for a completed cognitive roadmap. The JSON response contains the full multi-instrument combined analysis, including overview text, domain scores, safety flags, and recommendations. The exact schema varies by roadmap product type.

Prerequisites

The roadmap must be finished with AI analysis (status: 1). If analysis is not yet complete, the endpoint returns a 409 error. Poll /roadmap/{token}/generate/status/ first to confirm completion.

Endpoint

Path Parameters

string
required
The unique cognitive roadmap instance UUID.

Response

object
Roadmap-specific structured AI output. The schema depends on the roadmap product type. Common fields include overview, domains, safety, and recommendations.

Example Request

Example Response

Common Response Fields

Error Responses