Download campaign results as a JSON file (attachment).
Returns the same data as GET …/results but with Content-Disposition so the browser prompts to save as results__.json.
cURL
curl --request GET \ --url https://api.example.com/v1/campaigns/{campaign_id}/results/download
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Team that owns this campaign
Successful Response
Was this page helpful?