Skip to content

Get Environment Resources

GET
/api/v1/deployments/resources
curl --request GET \
--url https://example.com/api/v1/deployments/resources

Get the current ‘Live’ resources for the active environment from the state registry.

X-Environment-Id
Any of:
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}