GET
/
project
/
update-status
/
{statusId}

Authorizations

Authorization
string
header
required

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.

author
string

The author of the update.

commit
object

The commit details

createdAt
string

An ISODate with the specified datetime in UTC

endedAt
string

An ISODate with the specified datetime in UTC

logs
string[]

An array of logs.

projectId
string

The documentation project ID.

screenshot
string

A screenshot of the docs.

screenshotDark
string

A screenshot of the docs in dark mode.

screenshotLight
string

A screenshot of the docs.

source
enum<string>

The source of the update trigger.

Available options:
internal,
github-app-installation,
api,
github,
dashboard
status
enum<string>

The status of the update.

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

The subdomain of the docs being updated.

summary
string

Summary of the status of the update