curl --request GET \
--url https://analytics-api.voiceflow.com/v1/transcript-property-value/transcript/{transcriptID} \
--header 'authorization: <api-key>'{
"propertyValues": [
{
"propertyID": "<string>",
"transcriptID": "<string>",
"value": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Get all property values associated with the specified transcript.
curl --request GET \
--url https://analytics-api.voiceflow.com/v1/transcript-property-value/transcript/{transcriptID} \
--header 'authorization: <api-key>'{
"propertyValues": [
{
"propertyID": "<string>",
"transcriptID": "<string>",
"value": "<string>",
"metadata": {},
"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 transcript to target.
Hide child attributes
Was this page helpful?