v47

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2024-10-01163166522.3 KB
EnvVars

List env_vars

List out all env_vars. The env_vars are sorted by creation date, with the most recently-created env_vars coming first

get/v1/env_var

Query parameters

limitinteger nullable

Limit the number of objects to return

Limit the number of objects to return

string uuid
OR
string[]

Filter search results to a particular set of object IDs. To specify a list of IDs, include the query param multiple times

env_var_namestring

Name of the env_var to search for

Name of the env_var to search for

object_type'organization' | 'project' | 'function'

The type of the object the environment variable is scoped for

The type of the object the environment variable is scoped for

object_idstring uuid

The id of the object the environment variable is scoped for

The id of the object the environment variable is scoped for

Response

Returns a list of env_var objects