curl -X GET "https://api.helicone.ai/v1/prompt-2025/environments" \ -H "Authorization: Bearer $HELICONE_API_KEY"Get Environments
Get all available environments across your prompts
1 min read
gethttps://api.helicone.ai/v1/prompt-2025/environments
gethttps://api.helicone.ai/v1/prompt-2025/environments
Returns a list of all environment names that have been used across your prompt versions.
Response#
Array of environment names (e.g., ["production", "staging", "development"])
