Rest API
Get AI maturity
GET /api/v1/insights/ai-maturity
The account’s AI maturity assessment: an overall score, a per-stage and per-level summary, the full stage-by-level matrix with the individual features behind each cell, and the certificates earned.
Notes
- Every feature carries
implemented,measurable,measurementandskipped, so an agent can tell a genuine gap from something that cannot be measured deeplinkon a feature points at the dashboard page where it is configured- A cell’s
blockingPrerequisiteexplains a score of zero that is caused by a missing deployment rather than missing work - Read-only. Skipping a maturity task and granting a certificate are dashboard-only
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Your API key from account settings.
The email address of your user.
The ID of your account. You can find this in the account settings.
The ID of the workspace you want to use.
Responses
Section titled “ Responses ”The maturity assessment.
The account’s AI maturity assessment.
object
object
One summary per lifecycle stage.
object
One summary per maturity level.
object
One cell per stage and level combination.
object
One maturity feature evaluated for a stage and level.
object
Stable identifier for the feature.
How reliably the feature can be measured.
Dashboard page where the feature is configured.
Whether skipping or completing the feature counts per stage rather than globally.
System-derived gating task, excluded from the inbox and not skippable.
Set when the cell score is zeroed by a missing prerequisite deployment.
object
object
Stable identifier for the certificate.
One maturity feature evaluated for a stage and level.
object
Stable identifier for the feature.
How reliably the feature can be measured.
Dashboard page where the feature is configured.
Whether skipping or completing the feature counts per stage rather than globally.
System-derived gating task, excluded from the inbox and not skippable.
Unauthorized - invalid API key.