Skip to main content
GET
/
transcripts
/
{projectID}
/
{transcriptID}
/
export
Export Transcript Dialog
curl --request GET \
  --url https://api.voiceflow.com/v2/transcripts/{projectID}/{transcriptID}/export \
  --header 'Authorization: <api-key>'
"path,type,event,response,user_input,intent_matched,confidence_interval"

Authorizations

Authorization
string
header
required

All requests made to the Project API must be validated with the project DM API Key.

Path Parameters

projectID
string
required

Voiceflow project ID

Example:

"63204daf2c4a550006873772"

transcriptID
string
required

Voiceflow transcript ID

Example:

"63204daf2c4a550006873773"

Query Parameters

range
enum<string>

filter transcripts dialog by end date

Available options:
Today,
Yesterday,
Last 7 Days,
Last 30 days,
All time
Example:

"All time"

startDate
string

filter transcripts dialog by start date

Example:

"2023-01-01"

endDate
string

filter transcripts dialog by end date

Example:

"2023-01-01"

format
string
required

the output forma, currently only csv

Example:

"csv"

Response

200 - text/csv

OK

The response is of type string.

Example:

"path,type,event,response,user_input,intent_matched,confidence_interval"