Github API - Test Config

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

Users with pull access can view deployment statuses for a deployment:
List deployment statuses

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)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

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)