Documentation Index
Fetch the complete documentation index at: https://docs.buildpixel.io/llms.txt
Use this file to discover all available pages before exploring further.
GET /builds
List builds across the org, with filters.
Query params:
| Param | Description |
|---|---|
projectId | Filter to one project |
buildSettingId | Filter to one build setting |
status | pending, running, complete, failed, superseded |
platform, buildType | Filter |
branch | Filter |
limit, cursor | Pagination |
GET /builds/:id
Build detail, including the most recent log lines.
GET /builds/:id/download
Get a signed URL for the artifact tarball.
404 not_found if the build never produced an artifact (failed before stage) or the artifact has been deleted by retention.