CLI API
List project environments
List named environments on an accessible project.
GET
List named environments on an accessible project.
Use a developer access key. This endpoint is part of the CLI API, with its own response format and rate limit.
Required scopes:
env:read.
The key owner must still be a workspace owner or administrator. Missing scope or admin access returns 403; an unavailable or differently pinned project returns 404. The response is a bare array of {name} objects in configured order.
Parameters
string
required
Nonempty project record ID. Must match the key’s project pin, if set.
Response
200 — Returns the resource underdata. Example IDs and values are illustrative.