Skip to content

List Environments​

GET
/projects/{uuid}/environments

List all environments in a project.

Authorizations​

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters​

Path Parameters

uuid*

Project UUID

Typestring
Required

Responses​

List of environments
application/json
JSON
[
{
"id": 0,
"name": "string",
"project_id": 0,
"created_at": "string",
"updated_at": "string",
"description": "string"
}
]

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI