---
title: "/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}/budgets"
method: GET
path: "/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}/budgets"
tags: ["Campaign"]
---

# /2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}/budgets

`GET /2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}/budgets`

Return a collection of budgets for this seller campaign filtered by optional filter parameters.
If all parameters are omitted the entire collection to which the user has
access is returned, except those whose endDate is in the past. Returned budgets must satisfy all supplied filter
criteria if multiple parameters are used.
            
See the budgets endpoint for additional details.

## Path parameters

- `sellerCampaignId` string, required

## Query parameters

- `endAfterDate` string, date-time
- `startBeforeDate` string, date-time
- `status` 'Archived' | 'Current' | 'Scheduled'
- `type` string
- `withBalance` boolean
- `withSpend` boolean

## Response `200`

Success

- SellerBudgetMessage[]
  - `amount` number, double, nullable — Budget amount in the advertiser's currency
  - `budgetType` string — Type of budget: 'Daily' (daily cap), 'Capped' (lifetime with fixed amount), or 'Uncapped' (lifetime with no limit)
  - `campaignIds` integer[] — List of campaign IDs this budget applies to
  - `endDate` string — End date of the budget period (format: YYYY-MM-DD), or empty string if open-ended
  - `id` string — Unique budget identifier
  - `isSuspended` boolean — Whether the budget has been manually suspended by the partner
  - `sellerId` string — Identifier of the seller this budget belongs to
  - `spend` number, double, nullable — Amount spent against this budget so far, or null if not available
  - `startDate` string, date — Start date of the budget period (format: YYYY-MM-DD)
  - `status` 'Archived' | 'Current' | 'Scheduled' — Status of a seller budget

---

[API](https://skmtc.net/criteo/apis/criteo-api.md) · [All operations](https://skmtc.net/criteo/apis/criteo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/criteo/criteo-api/revisions/c1721589426a/schema)
