curl --location -g --request GET 'https://advertising-api.amazon.com/sp/budgetRules/{{budgetRuleId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Accept: application/json'
{
"budgetRule": {
"createdDate": 1676912194576,
"lastUpdatedDate": 1676912194576,
"ruleDetails": {
"budgetIncreaseBy": {
"type": "PERCENT",
"value": 25
},
"duration": {
"dateRangeTypeRuleDuration": {
"endDate": "20230228",
"startDate": "20230220"
},
"eventTypeRuleDuration": null
},
"name": "Spring Budget Rule",
"performanceMeasureCondition": {
"comparisonOperator": "GREATER_THAN_OR_EQUAL_TO",
"metricName": "ROAS",
"threshold": 2
},
"recurrence": {
"daysOfWeek": null,
"intraDaySchedule": null,
"type": "DAILY"
},
"ruleType": "PERFORMANCE"
},
"ruleId": "f1eded08-af77-454a-b307-7783802657e2",
"ruleState": "ACTIVE",
"ruleStatus": "ACTIVE",
"ruleStatusDetails": null
}
}