GET /api/v2/buyer/discovery/{discoveryId}/products
Returns the products currently selected in the session, with their per-product budget allocations and budget context. This is the selection you build with Add products and Apply proposal — distinct from the browsable discovery results.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
discoveryId | string | Yes | Path param — session to read |
Response
budgetContext.remainingBudget is the session budget minus the sum of selected budget allocations. An empty products array means nothing has been added yet.
Errors
404 NOT_FOUND—discoveryIddoes not exist or is not visible to the authenticated customer.
Related
Discovery overview
Sessions and selection model
Add products
Add products to the selection
Remove products
Drop products from the selection
Apply proposal
Accept a seller’s full allocation