mcp
Lists all environments the user has access to
get/api/v1/environments/
Query parameters
pageinteger
A page number within the paginated result set.
projectinteger
ID of the project to filter by.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}