Search transcripts
Finds recorded conversations matching a filter. Unlike the list calls elsewhere in this API, the body takes take and skip, so results arrive a page at a time.
Authorizations
Voiceflow bearer token
Query Parameters
The ID of the project to operate on.
Body
The maximum number of results to return, used for pagination.
1 <= x <= 100The number of results to skip, used for pagination.
0 <= x <= 9007199254740991When provided, only transcripts created at or before this ISO 8601 timestamp are returned.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$When provided, only transcripts from draft or published conversations are returned.
draft, published - Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
When provided, only transcripts from this conversation session are returned.
When provided, only transcripts created at or after this ISO 8601 timestamp are returned.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$When provided, only transcripts from the environment with this alias are returned.
Response
Returns the transcripts matching the search, each with its session and user IDs, timestamps, recording URL, and any properties and evaluation results attached to it. The conversation logs are not included.