GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}

github.com:github-rest-api

Summary: Get a deployment status
Operation ID: repos/get-deployment-status
Auth: bearer_token
Description

Users with pull access can view a deployment status for a deployment:

Parameters (4)

deployment_id (integer, path, required)

deployment_id parameter

owner (string, path, required)

The account owner of the repository. The name is not case sensitive.

repo (string, path, required)

The name of the repository without the `.git` extension. The name is not case sensitive.

status_id (integer, path, required)

No probe data for this endpoint yet.