List environment variables

List all environment variables for the workspace with optional filtering

Headers

xi-api-keystringRequired

Query parameters

cursorstring or nullOptional
Pagination cursor from previous response
page_sizeintegerOptional1-100Defaults to 100

Number of items to return (1-100)

labelstring or nullOptional
Filter by exact label match
environmentstring or nullOptional
Filter to only return variables that have this environment. When specified, the values dict in the response will only contain this environment.
typeenum or nullOptional
Filter by variable type
Allowed values:

Response

Successful Response
environment_variableslist of objects
has_moreboolean
next_cursorstring or null

Errors

400
Bad Request Error
422
Unprocessable Entity Error