Skip to content

get latest app config

GET
/v1/apps/{app_id}/latest-config

Returns the most recent config for the provided app.

Authorizations

Parameters

Path Parameters

app_id
required
string

App ID

Responses

200

OK

object
app_id
string
created_at
string
created_by_id
string
id
string
org_id
string
readme
string
state
string
status
string
Allowed values: active pending syncing error outdated
status_description
string
updated_at
string
version

Fields that are filled in via after query or views

integer

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