Get constellation analysis for a session

Aggregates KPI mean values from all processed steps in the session, then calls the Constellation AI service to generate a personalized analysis and insights report.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

sessionIdlongRequired

Numeric session ID returned by POST /session.

Response

Constellation AI analysis result.
structured_datamap from strings to any
interpretationstring
metadataobject
warningslist of any

Errors

401
Unauthorized Error
404
Not Found Error
502
Bad Gateway Error
504
Gateway Timeout Error