List Builds
list_buildsRetrieve and filter a project's builds by build target and status to monitor progress or debug issues.
Instructions
List builds for a project. Can filter by build target and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status: queued, sentToBuilder, started, restarted, success, failure, canceled, unknown | |
| project | No | Project ID or name (defaults to the configured default project) | |
| per_page | No | Number of results (max 25) | |
| buildtarget | No | Build target ID (_all for all targets) | _all |