cURL
curl --request GET \ --url https://analytics-api.voiceflow.com/v1/transcript-property-value/transcript/{transcriptID}
{ "propertyValues": [ { "propertyID": "<string>", "transcriptID": "<string>", "value": "<string>", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Show child attributes
Was this page helpful?