List environment variables

List all environment variables for the workspace with optional filtering

Headers

xi-api-keystringOptional

Query parameters

cursorstringOptional
Pagination cursor from previous response
page_sizeintegerOptional1-100Defaults to 100

Number of items to return (1-100)

labelstringOptional
Filter by exact label match
environmentstringOptional
Filter to only return variables that have this environment. When specified, the values dict in the response will only contain this environment.
typeenumOptional
Filter by variable type
Allowed values:

Response

Successful Response
environment_variableslist of objects
has_moreboolean
next_cursorstring or null

Errors