curl --location --request GET 'https://app.cloudcli.ai/api/v1/environments?status' \
--header 'X-API-KEY: <api-key>'{
"environments": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "My Backend API",
"subdomain": "mybackend-abc123",
"access_url": "https://mybackend-abc123.cloudcli.ai",
"status": "running",
"github_url": "https://github.com/username/repo",
"created_at": "2019-08-24T14:15:22Z"
}
]
}