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/project/{projectID} \ --header 'authorization: <api-key>'
{ "properties": [ { "id": "<string>", "projectID": "<string>", "name": "<string>", "type": "<string>", "default": true, "createdAt": "2023-12-25", "updatedAt": "2023-12-25" } ] }
Get all transcript properties for the specified project.
Voiceflow API key
ID of the target Voiceflow project.
Hide child attributes
Was this page helpful?