Skip to main content
GET
get all configs for a component

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

component_id
string
required

component ID

Query Parameters

offset
integer
default:0

offset of results to return

limit
integer
default:10

limit of results to return

page
integer
default:0

page number of results to return

Response

OK

app_config_id
string
app_config_version
integer
auto_approve_on_policies_passing
boolean
build_timeout
string

Duration string for build operations (e.g., "30m", "1h"). Max 1h.

checksum
string
component_dependency_ids
string[]
component_id
string
component_name
string
created_at
string
created_by_id
string
default_enabled
boolean
deploy_timeout
string

Duration string for deploy operations (e.g., "30m", "1h"). Max 1h.

docker_build
object
drift_schedule
string
external_image
object
helm
object
id
string
job
object
kubernetes_context_name
string

KubernetesContextName is the name of an AppKubernetesContextConfig on the same AppConfig. Empty means fall back to the implicit sandbox default. Stored as a name (not an FK) so it remains stable across AppConfig versions, mirroring how component dependencies are tracked.

kubernetes_manifest
object
latest_build_id
string
max_auto_retries
integer
operation_roles
object

Operation roles map: operation type -> role name

pulumi
object
references
string[]
refs
object[]
skip_noops
boolean
terraform_module
object
toggleable
boolean
type
enum<string>
Available options:
terraform_module,
helm_chart,
docker_build,
external_image,
job,
kubernetes_manifest,
pulumi,
unknown
updated_at
string
version
integer