cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/buyer/bundles/{bundleId}/products \ --header 'Authorization: Bearer <token>'
{ "bundleId": "<string>", "products": [ { "productId": "<string>", "salesAgentId": "<string>", "selectedAt": "<string>", "groupId": "<string>", "groupName": "<string>", "cpm": 123, "budget": 123 } ], "totalProducts": 0, "budgetContext": { "sessionBudget": 123, "allocatedBudget": 123, "remainingBudget": 123, "budgetWarning": "<string>" } }
Get the list of products that have been selected for inclusion in this bundle.
API key or access token
Bundle ID
1
"abc123-def456-ghi789"
Get selected products in bundle
Response containing bundle products
Selected products in the bundle
Show child attributes
Total number of selected products
-9007199254740991 <= x <= 9007199254740991
Budget allocation context