GET
/organizations/{organizationId}/projects/{projectId}/environmentsList project environments
Lists development, staging, production, and custom environments.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
organizationIdpath · stringrequired
Opaque organization identifier.
projectIdpath · stringrequired
Responses
200application/json
Environment list.
{
"data": [
{
"id": "env_01J8F7M3Q9X5V2K6P4N",
"name": "Staging",
"slug": "staging",
"protection": "approval_required",
"variables_count": 12,
"last_deployment_at": "2026-09-02T18:20:00Z"
}
],
"request_id": ""
}dataarray<>optional
request_idstringoptional
Powered by heyo-docs