Lists pages in a project, optionally filtered by space and status.
Lists pages in a project, optionally filtered by space and status.
Returns a page of pages.
GET
/projects/{projectId}/pagesBearer token — `Bearer dxb_live_…`.
The project ID or slug.
Limit to one space.
Filter by `draft`, `in_review`, `published`, or `unpublished`.
Response
200Pages listed
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/projects//pages
{ "data": [ { "id": "pg_01J8", "title": "Quickstart", "slug": "quickstart", "status": "published" } ], "pagination": { "hasMore": false } }