curl --request GET \
--url https://analytics-api.voiceflow.com/v1/transcript-property/project/{projectID} \
--header 'authorization: <api-key>'{
"properties": [
{
"id": "<string>",
"projectID": "<string>",
"name": "<string>",
"type": "<string>",
"default": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Get all transcript properties for the specified project.
curl --request GET \
--url https://analytics-api.voiceflow.com/v1/transcript-property/project/{projectID} \
--header 'authorization: <api-key>'{
"properties": [
{
"id": "<string>",
"projectID": "<string>",
"name": "<string>",
"type": "<string>",
"default": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Voiceflow Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)
ID of the target Voiceflow project.
Was this page helpful?