Skip to main content
GET
/
v1
/
transcript
/
{transcriptID}
Get Transcript with Logs
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"
      }
    ]
  }
}

Path Parameters

transcriptID
string
required

Query Parameters

unredacted
boolean
filterConversation
boolean
customTraceTypes
string[]
encode
boolean

Response

200 - application/json
transcript
object
required