Skip to main content
GET
/
project
/
update-status
/
{statusId}
Get update status
curl --request GET \
  --url https://api.mintlify.com/v1/project/update-status/{statusId} \
  --header 'Authorization: Bearer <token>'
{
  "_id": "<string>",
  "projectId": "<string>",
  "createdAt": "<string>",
  "endedAt": "<string>",
  "status": "queued",
  "summary": "<string>",
  "logs": [
    "<string>"
  ],
  "subdomain": "<string>",
  "screenshot": "<string>",
  "screenshotLight": "<string>",
  "screenshotDark": "<string>",
  "author": "<string>",
  "commit": {
    "sha": "<string>",
    "ref": "<string>",
    "message": "<string>",
    "filesChanged": {
      "added": [
        "<string>"
      ],
      "modified": [
        "<string>"
      ],
      "removed": [
        "<string>"
      ]
    }
  },
  "source": "internal"
}

Authorizations

Authorization
string
header
required

Path Parameters

statusId
string
required

Response

200 - application/json
_id
string
projectId
string
createdAt
string
endedAt
string
status
enum<string>
Available options:
queued,
in_progress,
success,
failure
summary
string
logs
string[]
subdomain
string
screenshot
string
screenshotLight
string
screenshotDark
string
author
string
commit
object
source
enum<string>
Available options:
internal,
github-app-installation,
api,
github,
dashboard