get all releases for an app
GET /v1/apps/{app_id}/releases
GET
/v1/apps/{app_id}/releases
Authorizations
Parameters
Path Parameters
app_id
required
string
App ID
Responses
200
OK
Array<object>
object
build_id
string
created_at
string
created_by_id
string
id
string
release_steps
Array<object>
object
component_release_id
Parent release ID
string
created_at
string
created_by_id
string
delay
Fields to control the delay of the individual step, as this is set based on the parent strategy
string
id
string
install_deploys
Array<object>
object
build_id
string
component_config_version
integer
component_id
string
component_name
string
created_at
string
created_by_id
string
id
string
install_component_id
string
install_deploy_type
string
install_id
Fields that are de-nested at read time using AfterQuery
string
log_stream
object
attrs
object
key
additional properties
string
created_at
string
created_by_id
string
id
string
open
boolean
org_id
string
owner_id
string
owner_type
string
runner_api_url
string
updated_at
string
write_token
string
release_id
string
runner_jobs
Runner details
Array<object>
object
available_timeout
Available timeout is how long a job can be marked as “available” before being requeued
integer
created_at
string
created_by_id
string
execution_count
integer
execution_time
integer
execution_timeout
Execution timeout is how long a job can be marked as “exeucuting” before being requeued
integer
executions
Array<object>
object
created_at
string
created_by_id
string
id
string
org_id
string
outputs
object
created_at
string
created_by_id
string
id
string
org_id
string
outputs
object
key
additional properties
object
outputs_json
string
runner_job_execution_id
string
updated_at
string
result
object
created_at
string
created_by_id
string
error_code
integer
error_metadata
object
key
additional properties
string
id
string
org_id
string
runner_job_execution_id
string
success
boolean
updated_at
string
runner_job_id
string
status
string
updated_at
string
final_runner_job_execution_id
string
finished_at
string
group
string
id
string
log_stream_id
string
max_executions
integer
operation
string
org_id
string
outputs
object
key
additional properties
any
outputs_json
Array<integer>
overall_timeout
Overall timeout is how long a job can be attempted, before being cancelled
integer
owner_id
string
owner_type
string
queue_timeout
Queue timeout is how long a job can be queued, before being made available
integer
runner_id
string
started_at
string
status
string
status_description
string
type
string
updated_at
string
status
string
status_description
string
updated_at
string
requested_install_ids
When a step is created, a set of installs are targeted. However, by the time the release step goes out, the install might have been setup in any order of ways.
Array<string>
status
string
status_description
string
updated_at
string
status
string
status_description
string
total_release_steps
integer
updated_at
string
400
Bad Request
object
description
string
error
string
user_error
boolean
401
Unauthorized
object
description
string
error
string
user_error
boolean
403
Forbidden
object
description
string
error
string
user_error
boolean
404
Not Found
object
description
string
error
string
user_error
boolean
500
Internal Server Error
object
description
string
error
string
user_error
boolean