Skip to main content
GET
List build history for a template

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

id
string
required

Template artifact ID or legacy unnamespaced 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