Skip to main content
GET
List Provider Builds

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

limit
integer
Required range: 1 <= x <= 100
page_token
string<uuid> | null
order
string
Pattern: ^(asc|desc)$
order_by
string
Pattern: ^created_at|updated_at$
status
enum<string> | null
Available options:
missing,
in_progress,
build_completed,
completed,
failed
user_owned
boolean | null

Response

Successful Response

items
ProviderBuild · object[]
required
total_count
integer
required
next_page_token
string<uuid> | null
required
has_more
boolean
default:false