Getting Backlog
Getting Backlog
The Quartr API enables users to retrieve a comprehensive backlog of all events. Each event in the database includes:
-
Audio
-
Slides
-
Reports
-
Transcripts
Prerequisites
-
Possession of a valid API key
Retrieving the entire backlog is optimally done through the /public/v2/companies endpoint. This endpoint allows for the fetching of up to 500 companies in a single request. Given our database hosts 9000 companies, iterating through the page parameter until reaching page 18 is necessary.
Within each company’s data, you'll find a list of their events, each accompanied by:
-
An Audio file URL (
audioUrl) -
Slides URL (
slidesUrl) -
Reports URL (
reportUrl) -
Transcripts URL (
transcriptUrlinside the transcripts object)