REST API
Get the status of an update
GET
/
project
/
update-status
/
{statusId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The status ID of a triggered update.
Response
200 - application/json
The status id of the triggered updated.
The documentation project ID.
An ISODate with the specified datetime in UTC
An ISODate with the specified datetime in UTC
The status of the update.
Available options:
queued
, in_progress
, success
, failure
Summary of the status of the update
An array of logs.
The subdomain of the docs being updated.
A screenshot of the docs.
A screenshot of the docs.
A screenshot of the docs in dark mode.
The author of the update.
The commit details
The source of the update trigger.
Available options:
internal
, github-app-installation
, api
, github
, dashboard
Was this page helpful?