Get App Page Status
GET /app-pages/{page_id}/status
GET
/app-pages/{page_id}/status
Is the page built yet?
has_page is separate from status because a page can be ready with no
stored HTML, and treating that as ready sends a viewer to an empty frame.
Authorizations
Parameters
Path Parameters
page_id
required
string
Header Parameters
Responses
200
Successful Response
object
data
required
object
has_page
True once generation has stored HTML. status: ready alone is not enough.
boolean
page_id
required
string
status
required
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string