Get campaign reports
documentedRetrieve reports for campaigns.
POST /v1/campaign/reports/getCampaignsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.ap3api.com/v1/campaign/reports/get" \
-X POST \
-H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"campaign_id": "{{$campaign_id}}", "asset_id": "{{$asset_id}}", "shape_id": "{{$shape_id}}", "message_id": "{{$message_id}}", "timeframe": "{{$timeframe}}"}'