Skip to main content
A common task is downloading transcripts alongside their agent run metadata for local analysis. This page shows how to export using DQL.

Exporting with DQL

Export all transcripts and metadata

Paginating large collections

DQL caps results at 10,000 rows. If your collection has more transcripts, use LIMIT and OFFSET to paginate:

Filtering by metadata

You can narrow the export to specific runs using metadata filters:

See also