cURL
curl --request GET \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/envs \ --header 'Authorization: Bearer <token>'
{ "envs": [ { "color": "<string>", "created_at": "2023-11-07T05:31:56Z", "id": 123, "name": "<string>", "subdomain": "<string>", "updated_at": "2023-11-07T05:31:56Z", "branch": "<string>", "cpu": 123, "custom_domain": "<unknown>", "description": "<string>", "desired_count": 123, "ephemeral_storage": 123, "memory": 123 } ] }
List environments for a project
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Environments listed successfully
Show child attributes