REST API
Get the status of an update
GET
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 author of the update.
The commit details
An ISODate with the specified datetime in UTC
An ISODate with the specified datetime in UTC
An array of logs.
The documentation project ID.
A screenshot of the docs.
A screenshot of the docs in dark mode.
A screenshot of the docs.
The source of the update trigger.
Available options:
internal
, github-app-installation
, api
, github
, dashboard
The status of the update.
Available options:
queued
, in_progress
, success
, failure
The subdomain of the docs being updated.
Summary of the status of the update
Was this page helpful?