Retrieves a page, including its MDX content and quality score.
Retrieves a page, including its MDX content and quality score.
Returns the page.
GET
/pages/{pageId}Bearer token — `Bearer dxb_live_…`.
The page ID (`pg_…`).
Comma-separated extras: `content`, `history`, `quality`.
Response
200Page returned
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/pages/
{ "id": "pg_01J8", "title": "Quickstart", "status": "published", "quality": { "score": 89, "rating": "excellent" } }