Skip to main content
GET
/
v1alpha1
/
project
/
{projectID}
/
environment
/
traffic
Get traffic split
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.

Authorizations

authorization
string
header
required

Voiceflow API key

Path Parameters

projectID
string
required

ID of the project that owns the environments.

Response

200 - application/json

The current traffic split configuration, keyed by environment ID.

data
object
required