Skip to main content
GET
List build history for a custom template ref

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

ref
string
required

Canonical custom template ref.

Query Parameters

status
enum<string>
Available options:
waiting,
building,
ready,
error,
cancelled
backend
enum<string>

Template build backend. native is retained for declarative/OCI build requests and historical filters; Dockerfile build requests use buildkit.

Available options:
native,
buildkit
source_type
enum<string>
Available options:
declarative,
dockerfile,
oci_import,
template_base
limit
integer
Required range: 1 <= x <= 100
cursor
string

Response

Build history page

builds
object[]
required
next_cursor
string