GET /api/v1/projects/{project_id}/environments/{id}
Requires environments.read permission.
Path parameters
UUID of the project.
UUID of the environment.
Response
The requested environment.
Errors
| Status | When |
|---|---|
400 | Invalid path parameter format |
401 | Missing or invalid Bearer token |
404 | Project or environment not found |