cURL
curl --request GET \ --url https://api.staging.qyl.dev/api/v1/workspaces/projects/{projectId}/environments
[ { "id": "<string>", "project_id": "<string>", "name": "<string>", "display_name": "<string>", "sort_order": 123, "created_at": "2023-11-07T05:31:56Z", "color": "<string>" } ]
List environments for a project
The request has succeeded.
Environment ID
Owning project
Environment name (dev, staging, prod)
Display name for UI
Sort order for display
Creation timestamp
Hex color for UI
Was this page helpful?