Skip to content
FeedbackDashboard

Builds

List project builds
GET/v0/builds
Create build
POST/v0/builds
Retrieve build
GET/v0/builds/{buildId}
Creates two comparable builds
POST/v0/builds/compare
ModelsExpand Collapse
Build = object { id, config_commit, created_at, 6 more }
id: string

Build ID

config_commit: string
created_at: string
documented_spec: object { content, type } or object { expires, type, url }
One of the following:
object { content, type }
content: string
type: "content"
object { expires, type, url }
expires: string
type: "url"
url: string
object: "build"
org: string
project: string
targets: object { cli, csharp, go, 10 more }
cli: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
csharp: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
go: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
java: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
kotlin: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
node: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
openapi: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
php: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
python: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
ruby: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
sql: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
terraform: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
typescript: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
updated_at: string
BuildTarget = object { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
CheckStep = object { status } or object { status, url } or object { status, url } or object { completed, conclusion, status, url }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
BuildCompareResponse = object { base, head }
base: Build { id, config_commit, created_at, 6 more }
id: string

Build ID

config_commit: string
created_at: string
documented_spec: object { content, type } or object { expires, type, url }
One of the following:
object { content, type }
content: string
type: "content"
object { expires, type, url }
expires: string
type: "url"
url: string
object: "build"
org: string
project: string
targets: object { cli, csharp, go, 10 more }
cli: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
csharp: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
go: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
java: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
kotlin: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
node: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
openapi: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
php: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
python: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
ruby: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
sql: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
terraform: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
typescript: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
updated_at: string
head: Build { id, config_commit, created_at, 6 more }
id: string

Build ID

config_commit: string
created_at: string
documented_spec: object { content, type } or object { expires, type, url }
One of the following:
object { content, type }
content: string
type: "content"
object { expires, type, url }
expires: string
type: "url"
url: string
object: "build"
org: string
project: string
targets: object { cli, csharp, go, 10 more }
cli: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
csharp: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
go: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
java: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
kotlin: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
node: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
openapi: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
php: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
python: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
ruby: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
sql: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
terraform: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
typescript: optional BuildTarget { commit, install_url, object, 4 more }
commit: object { status } or object { status } or object { status } or object { commit, completed, completed_at, 3 more }
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status }
status: "queued"
InProgress = object { status }
status: "in_progress"
Completed = object { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed: object { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: object { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: object { additions, deletions, total }
additions: number
deletions: number
total: number
tree_oid: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" or "warning" or "note" or 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: object { number, repo }
number: number
repo: object { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string
object: "build_target"
status: "not_started" or "codegen" or "postgen" or "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
lint: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
test: optional CheckStep
One of the following:
NotStarted = object { status }
status: "not_started"
Queued = object { status, url }
status: "queued"
url: string
InProgress = object { status, url }
status: "in_progress"
url: string
Completed = object { completed, conclusion, status, url }
completed: object { conclusion, url }

deprecated

conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string
conclusion: "success" or "failure" or "skipped" or 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string
updated_at: string

BuildsDiagnostics

Get diagnostics for a build
GET/v0/builds/{buildId}/diagnostics
ModelsExpand Collapse
BuildDiagnostic = object { code, ignored, level, 4 more }
code: string

The kind of diagnostic.

ignored: boolean

Whether the diagnostic is ignored in the Stainless config.

level: "fatal" or "error" or "warning" or "note"

The severity of the diagnostic.

One of the following:
"fatal"
"error"
"warning"
"note"
message: string

A description of the diagnostic.

One of the following:
Markdown = object { markdown, type }
markdown: string
type: "markdown"
Raw = object { raw, type }
raw: string
type: "raw"
config_ref: optional string

A JSON pointer to a relevant field in the Stainless config.

oas_ref: optional string

A JSON pointer to a relevant field in the OpenAPI spec.

BuildDiagnosticMore = object { markdown, type } or object { raw, type }
One of the following:
Markdown = object { markdown, type }
markdown: string
type: "markdown"
Raw = object { raw, type }
raw: string
type: "raw"

BuildsTarget Outputs

Download build target output
GET/v0/build_target_outputs
ModelsExpand Collapse
TargetOutputRetrieveResponse = object { output, target, type, 2 more } or object { token, output, ref, 3 more }
One of the following:
URL = object { output, target, type, 2 more }
output: "url"
target: Target
One of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"
"sql"
"openapi"
type: "source" or "dist" or "wheel" or 4 more
One of the following:
"source"
"dist"
"wheel"
"openapi-with-transforms"
"openapi-with-code-samples"
"openapi-sdk-spec"
"file"
url: string

URL for direct download

path: optional string

The path of the file, which is only present when using with the type "file" option.

Git = object { token, output, ref, 3 more }
token: string

Temporary GitHub access token

output: "git"
ref: string

Git reference (commit SHA, branch, or tag)

target: Target
One of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"
"sql"
"openapi"
type: "source" or "dist" or "wheel" or 4 more
One of the following:
"source"
"dist"
"wheel"
"openapi-with-transforms"
"openapi-with-code-samples"
"openapi-sdk-spec"
"file"
url: string

URL to git remote