Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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-12-25", "updatedAt": "2023-12-25" } ] }
Get all property values associated with the specified transcript.
Voiceflow API key
ID of the transcript to target.
Hide child attributes
Was this page helpful?