curl --request GET \
--url https://realtime-api.voiceflow.com/v1alpha1/project/{projectID}/environment/traffic \
--header 'authorization: <api-key>'{
"data": {}
}Get the current traffic split configuration for all environments on the target assistant.
curl --request GET \
--url https://realtime-api.voiceflow.com/v1alpha1/project/{projectID}/environment/traffic \
--header 'authorization: <api-key>'{
"data": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Voiceflow API key
ID of the project that owns the environments.
Was this page helpful?