Version 4.0.25.6 (latest)
Fetches a CI Run.
Request
GET
/projects/{project_id}/ci/runs/{run_id}
Datatype
Description
Request
path
Expand HTTP Path definition...
project_id
Project Id
run_id
Run Id
query
Expand HTTP Query definition...
fields
Requested fields
Response
200: CI Run
Datatype
Description
(object)
run
lock
Continuous Integration Run
Expand CIRun definition...
run_id
lock
Run ID
created_at
lock
Run created time.
started_at
lock
Run start time.
finished_at
lock
Run completed time.
status_url
lock
Run status url
status
lock
Run status.
git_service
lock
Git service for run
git_state
lock
Git state for run
Expand CIGitState definition...
branch
lock
Git branch for run
repository
lock
Git repository for run
commit_ref
lock
Git commit for run
target
lock
Run start time.
result
Expand CIRunResult definition...
status
lock
Run result status
validator
lock
Run result validator
schedule
lock
Schedule for run
Expand CIScheduleTrigger definition...
enabled
lock
Whether schedule is active
day
lock
Day of week (0 = Sunday, 6 = Saturday)
hour
lock
Hour of the day (24 hour format)
frequency
lock
How often the schedule is configured to run
target_branch
lock
Target branch for run
title
lock
Suite title
trigger
lock
Trigger for run
change_request
lock
Change request for run
Expand CIChangeRequest definition...
change_request_number
lock
Change request number
change_request_url
lock
Change request url
change_request_name
lock
Change request name
change_request_commits_url
lock
Change request commits url
suite_id
lock
The Id of the suite used
username
lock
User who triggered the run
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link