This endpoint returns a list of Scenarios created in a specified campaign, including the Objective if one is set, and their details.
Request Code Samples
curl --location -g --request GET 'https://apigw.seomonitor.com/v3/forecast/v3.0/scenarios?campaign_id={{campaign_id}}' \
--header 'Accept: application/json'
Responses
application/json {
    "forecast_id": 2282,
    "name": "Furniture forecast",
    "objective": false,
    "created_date": "2023-08-01",
    "created_by": "Andrea Jones",
    "update_date": "2023-08-27",
    "monthly_budget": "5600"
}
Modified at 2025-10-23 13:35:01