Exporting with DQL
Export all transcripts and metadata
Paginating large collections
DQL caps results at 10,000 rows. If your collection has more transcripts, useLIMIT and
OFFSET to paginate:
Filtering by metadata
You can narrow the export to specific runs using metadata filters:See also
- Structured queries (DQL) — when to reach for DQL and how the Docent Agent uses it
- DQL schema reference — full column schema
- execute_dql reference — operators, syntax, and SDK mechanics

