GET
/repos/{owner}/{repo}/deployments/{deployment_id}/statusesList deployment statuses
Users with pull access can view deployment statuses for a deployment:
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
ownerstringrequired
The account owner of the repository. The name is not case sensitive.
repostringrequired
The name of the repository without the `.git` extension. The name is not case sensitive.
deployment_idintegerrequired
deployment_id parameter
per_pageintegeroptional
The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
pageintegeroptional
The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
200Response
urlstringrequired
idintegerrequired
node_idstringrequired
statestringrequired
The state of the status.
creatorobjectrequired
A GitHub user.
descriptionstringrequired
A short description of the status.
environmentstringoptional
The environment of the deployment that the status is for.
target_urlstringrequired
Closing down notice: the URL to associate with this status.
created_atstringrequired
updated_atstringrequired
deployment_urlstringrequired
repository_urlstringrequired
environment_urlstringoptional
The URL for accessing your environment.
log_urlstringoptional
The URL to associate with this status.
performed_via_github_appobjectoptional
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.
404Resource not found
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional
Error handling
A 404 is returned: Resource not found.