Command Palette
Search for a command to run

Get environment variables

Retrieve all environment variables for an environment

GET
/auth/v1/seed/{namespace}/projects/{proj}/environments/{env}/env-vars

Path parameters


namespace
type: string
required
The namespace (user or organization) the project belongs to.
proj
type: string
required
The project ID or slug.
env
type: string
required
The environment ID or name.

Previous Delete an environment

Next Set env variables