List environment variables

GET {{baseUrl}}/context/:context-id/environment-variable

List information about environment variables in a context, not including their values.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"variable":"POSTGRES_USER","created_at":"2015-09-21T17:29:21.042Z","context_id":"urn:uuid:a1e58946-add8-b99b-e958-7d063bac053c"},{"variable":"POSTGRES_USER","created_at":"2015-09-21T17:29:21.042Z","context_id":"6f410b2d-cc78-ccb2-344d-5a0b99ee3583"}],"next_page_token":"qui"}