Skip to main content
Use this endpoint to poll the status of AI-powered combined analysis for a cognitive roadmap. Call it repeatedly after requesting generation until the status is completed or failed. This is the only way to know when results are ready for retrieval.

Endpoint

Path Parameters

string
required
The unique cognitive roadmap instance UUID.

Response Status Values

string
One of processing, completed, or failed.
array
Present only when status is failed. Contains validation or processing error messages.

Example: Processing

Example: Completed

Example: Failed

Polling Example

Use a loop with a delay between requests. A typical interval is 30 to 60 seconds.

Error Responses