/
/My API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 26m ago · Updated 6mo ago
  • get/v0/openapi
  • getList organizations the user has access to
  • getRetrieve an organization by name
  • getList projects in an organization, from oldest to newest
  • postCreate a new project
  • getRetrieve a project by name
  • patchUpdate a project's properties
  • getList project branches
  • postCreate a new branch for a project
  • getRetrieve a project branch
  • deleteDelete a project branch
  • getRetrieve configuration files for a project
  • postGenerate configuration suggestions based on an OpenAPI spec
  • getList builds for a project
  • postCreate a new build
  • getRetrieve a build by ID
  • getDownload the output of a build target
  • postCreates two builds whose outputs can be compared directly
  • getGet diagnostics for a build
  • post/v0/projects/{projectName}/snippets/request
  • post/v0/webhooks/postman/notifications

List builds for a project

get/v0/builds

Query parameters

projectstring required

Project name

branchstring

Branch name

string

A config commit SHA used for the build

OR
object

Hash of the files used for the build

cursorstring

Pagination cursor from a previous response

limitnumber

Maximum number of builds to return, defaults to 10 (maximum: 100)

Response

success

has_moreboolean required
next_cursorstring

Changes