API reference
Builds API
Public release artifacts, not private CI jobs.
Request
GET /api/v1/buildsLists stored public build/artifact metadata.
| Parameter | Accepted value |
|---|---|
| Query | limit, cursor, repository, platform, from, to |
Response fields
| Field | Meaning |
|---|---|
| buildNumber | Public artifact/build identifier. |
| commitSha | Stored commit reference, when available. |
| status | Source status value. |
| downloadUrl | Public artifact URL, when supplied. |
| startedAt / finishedAt | Stored lifecycle timestamps. |
| repository | Allowlisted repository context. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
This endpoint is not a proxy for private CI logs and never exposes runner credentials.