Github API - Test Config

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

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

Arguments
key owner

owner [scalar]

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

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

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

API:
Github Open API
(version: 1.1.4)

key deployment-id

deployment-id [scalar]

deployment_id parameter

API:
Github Open API
(version: 1.1.4)

status_id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json deployment-status

deployment-status [object]

The status of a deployment.

Attributes
created_at string

deployment_url string

description string

A short description of the status.

environment string

The environment of the deployment that the status is for.

environment_url string

The URL for accessing your environment.

id integer

log_url string

The URL to associate with this status.

node_id string

performed_via_github_app nullable-integration

repository_url string

state string

The state of the status.

target_url string

Deprecated: the URL to associate with this status.

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)