GET
/
project
/
update-status
/
{statusId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

statusId
string
required

The status ID of a triggered update.

Response

200 - application/json
_id
string

The status id of the triggered updated.

projectId
string

The documentation project ID.

createdAt
string

An ISODate with the specified datetime in UTC

endedAt
string

An ISODate with the specified datetime in UTC

status
enum<string>

The status of the update.

Available options:
queued,
in_progress,
success,
failure
summary
string

Summary of the status of the update

logs
string[]

An array of logs.

subdomain
string

The subdomain of the docs being updated.

screenshot
string

A screenshot of the docs.

screenshotLight
string

A screenshot of the docs.

screenshotDark
string

A screenshot of the docs in dark mode.

author
string

The author of the update.

commit
object

The commit details

source
enum<string>

The source of the update trigger.

Available options:
internal,
github-app-installation,
api,
github,
dashboard