curl --request GET \
--url https://analytics-api.voiceflow.com/v1/transcript/{transcriptID}{
"transcript": {
"id": "<string>",
"sessionID": "<string>",
"projectID": "<string>",
"environmentID": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"endedAt": "2023-11-07T05:31:56Z",
"recordingURL": "<string>",
"properties": [
{
"value": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"type": "<string>",
"default": true
}
],
"evaluations": [
{
"value": 123,
"reason": "<string>",
"cost": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"default": true,
"type": "boolean"
}
],
"history": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"logs": [
{
"type": "trace",
"data": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
}curl --request GET \
--url https://analytics-api.voiceflow.com/v1/transcript/{transcriptID}{
"transcript": {
"id": "<string>",
"sessionID": "<string>",
"projectID": "<string>",
"environmentID": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"endedAt": "2023-11-07T05:31:56Z",
"recordingURL": "<string>",
"properties": [
{
"value": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"type": "<string>",
"default": true
}
],
"evaluations": [
{
"value": 123,
"reason": "<string>",
"cost": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"default": true,
"type": "boolean"
}
],
"history": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"logs": [
{
"type": "trace",
"data": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
}Was this page helpful?