Skip to main content
GET
get an installs sandbox runs

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install 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

action_workflow_runs
object[]
app_sandbox_config
object
applied_at
string

AppliedAt is set when the apply runner job completes successfully.

composite_error
object

CompositeError holds a typed, structured error (e.g. a missing AWS IAM permission) frozen at write time when a sandbox plan/apply fails. It is nil for successful or non-enriched failures.

created_at
string
created_by
object
created_by_id
string
id
string
install_id
string
install_sandbox_id
string

TODO: once we run a backfill we can make this non pointer

install_workflow_id
string
log_stream
object
outputs
object
planned_at
string

PlannedAt is set when the plan runner job completes successfully.

policy_reports
object[]
role
string

Role to be used when planning and applying sandbox runs

run_type
enum<string>
Available options:
provision,
reprovision,
deprovision
runner_jobs
object[]

runner details

status
string
status_description
string
status_v2
object
updated_at
string
workflow
object
workflow_id
string

Fields that are de-nested at read time using AfterQuery