Skip to main content
GET
/
v1
/
transcript-property
/
{propertyID}
Get transcript property
curl --request GET \
  --url https://analytics-api.voiceflow.com/v1/transcript-property/{propertyID} \
  --header 'authorization: <api-key>'
{
  "property": {
    "id": "<string>",
    "projectID": "<string>",
    "name": "<string>",
    "type": "<string>",
    "default": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

authorization
string
header
required

Voiceflow Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)

Path Parameters

propertyID
string
required

ID of the property to target.

Response

200 - application/json
property
object
required