Returns an aggregate content-quality report across the project — the data behind the Docs Health dashboard.
Returns an aggregate content-quality report across the project — the data behind the Docs Health dashboard.
Returns the quality distribution and lowest-scoring pages.
GET
/projects/{projectId}/qualityBearer token — `Bearer dxb_live_…`.
The project ID or slug.
Response
200Quality report
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/projects//quality
{ "average": 84, "distribution": { "excellent": 9, "good": 5, "fair": 2, "needsWork": 0 }, "lowest": [ { "pageId": "pg_01CC", "score": 61 } ] }