Environments API
Endpoints
- List Environments - Get all environments in the system
- Get Environments by Project - Get environments accessible from a project
Authentication
All endpoints require authentication using a Personal API Access Token.
Permissions
List All Environments
- Requires a valid Personal API Access Token
- Returns all environments in the system
Get Environments by Project
- User must have any permission in the project (read access)
- Returns only environments accessible through the specified project
Permission Requirements
| Operation | Required Permission |
|---|---|
| List All Environments | Valid API token (authenticated user) |
| Get Environments by Project | Any permission in project |
Related Documentation
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats