Morning Consult · Arazzo Workflow
Morning Consult — bulk Data Bridge load
Version 1.0.0
Authenticate, resolve the data source and questions, submit an asynchronous bulk responses request, then poll it to completion for the Parquet result.
View Spec
View on GitHub
CompanyMarket ResearchSurvey DataConsumer IntelligenceBrand TrackingDecision IntelligencePublic OpinionAnalyticsDataArtificial IntelligenceArazzoWorkflows
Provider
Workflows
bulk-responses-load
Queue and poll a Data Bridge bulk responses job.
The Data Bridge bucket allows only 100 submissions per day, so batch every question you need into one request. There is no webhook — polling is the only completion signal.
1
authenticate
postAuthToken
2
list-data-sources
getDataSources
3
find-questions
getDataSourceQuestions
Resolve the question IDs to include in the bulk request.
4
submit-bulk
postResponsesBulk
Submit the asynchronous bulk responses request.
5
poll-bulk
getResponsesBulkStatus
Poll until the job completes and the Parquet download is available.