curl --request POST \
--url https://analytics-api.voiceflow.com/v1/transcript/project/{projectID} \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"filters": [
{
"id": "<string>",
"op": "gt",
"value": 123
}
],
"endDate": "2023-11-07T05:31:56Z",
"sessionID": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"environmentID": "<string>"
}
'{
"transcripts": [
{
"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"
}
]
}
]
}Search for transcripts matching the specified criteria with pagination.
curl --request POST \
--url https://analytics-api.voiceflow.com/v1/transcript/project/{projectID} \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"filters": [
{
"id": "<string>",
"op": "gt",
"value": 123
}
],
"endDate": "2023-11-07T05:31:56Z",
"sessionID": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"environmentID": "<string>"
}
'{
"transcripts": [
{
"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"
}
]
}
]
}Voiceflow Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)
ID of the target Voiceflow project.
The maximum number of results to return, used for pagination
1 < x < 100The number of results to skip, used for pagination.
x > 0Used to control the order of the results returned.
ASC, DESC Select transcripts that were started before a specific date.
Select transcripts by sessionID.
Select transcripts that were started after a specific date.
Select transcripts that were generated from conversations within a specific environment.
Hide child attributes
Hide child attributes
Hide child attributes
boolean Was this page helpful?