cURL
curl --request GET \ --url https://analytics-api.voiceflow.com/v1/transcript-property/project/{projectID}
{ "properties": [ { "id": "<string>", "projectID": "<string>", "name": "<string>", "description": "<string>", "type": "<string>", "default": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Show child attributes
Was this page helpful?