Skip to content

get app configs

GET
/v1/apps/{app_id}/configs

Returns all configs for the app.

Authorizations

Parameters

Path Parameters

app_id
required
string

App ID

Responses

200

OK

Array<object>
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