API Reference
Libraries
API Overview
Projects
Retrieve project
GET/v0/projects/{project}
Update project
PATCH/v0/projects/{project}
List projects
GET/v0/projects
Create project
POST/v0/projects
ProjectsBranches
Create a new project branch
POST/v0/projects/{project}/branches
Retrieve a project branch
GET/v0/projects/{project}/branches/{branch}
List project branches
GET/v0/projects/{project}/branches
Delete a project branch
DELETE/v0/projects/{project}/branches/{branch}
Rebase a project branch
PUT/v0/projects/{project}/branches/{branch}/rebase
Reset
PUT/v0/projects/{project}/branches/{branch}/reset
ProjectsConfigs
Retrieve configuration files
GET/v0/projects/{project}/configs
Generate config suggestions
POST/v0/projects/{project}/configs/guess
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
BuildsDiagnostics
Get diagnostics for a build
GET/v0/builds/{buildId}/diagnostics
BuildsTarget Outputs
Download build target output
GET/v0/build_target_outputs
Orgs
List organizations
GET/v0/orgs
Retrieve an organization
GET/v0/orgs/{org}