Skip to content
Select themeSelect language

`GET /api/workspace/error-page` -- workspace error page config.

GET
/api/workspace/error-page
curl --request GET \
--url https://example.com/api/workspace/error-page

The body is the freeform, user-authored error-page config blob (the same { "status_pages": { ... } } shape as the per-deployment cascade) or JSON null when the workspace has no config – intentionally a freeform object.

Freeform workspace error-page config object, or null

Media typeapplication/json
Examplegenerated
example