List storefront intelligence-run records
curl --request GET \
--url https://api.interchange.io/api/v2/storefront/intelligence-runs \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "<string>",
"storefrontId": "<string>",
"buyerCustomerId": 0,
"operatingInstructionsVersion": 0,
"buyerScope": {
"operatorDomain": "<string>",
"brandDomain": "<string>",
"country": "<string>"
},
"buyerInstructions": {
"matchedRowIds": [
"<string>"
],
"effectiveDiscountPercent": 123,
"notes": [
"<string>"
]
},
"brief": "<string>",
"buyingMode": "<string>",
"inventorySnapshot": "<unknown>",
"prompt": "<string>",
"rawLlmOutput": "<unknown>",
"parsedOutput": "<unknown>",
"runRationale": "<string>",
"explanation": {
"summary": "<string>",
"selectedProducts": [
{
"productId": "<string>",
"name": "<string>",
"description": "<string>",
"reasoning": "<string>",
"pricing": {
"baseCpm": 123,
"currency": "<string>",
"operatorDiscount": 123,
"finalCpm": 123
},
"bundleIds": [
"<string>"
],
"signalIds": [
"<string>"
],
"formatIds": [
{
"agentUrl": "<string>",
"id": "<string>"
}
]
}
],
"unpricedProducts": [
{
"name": "<string>",
"reasoning": "<string>",
"reason": "<string>",
"bundleIds": [
"<string>"
],
"signalIds": [
"<string>"
]
}
],
"buyerInstructionNotes": [
"<string>"
],
"pricingNotes": [
"<string>"
],
"failure": {
"code": "<string>",
"message": "<string>"
}
},
"composedProductIds": [
"<string>"
],
"result": {
"code": "<string>",
"message": "<string>"
},
"modelProvider": "<string>",
"modelName": "<string>",
"durationMs": 0,
"refineSnapshot": "<unknown>",
"refinementAppliedSnapshot": "<unknown>",
"requestAsks": [
"<string>"
],
"shownProductsSnapshot": "<unknown>",
"pricingSummary": "<unknown>",
"negotiationSummary": "<unknown>",
"commercialOutcome": "<unknown>",
"evalLabel": "<unknown>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"total": 4503599627370495
}Storefront
List storefront intelligence-run records
Paginated list of intelligence-run records for the storefront, newest first. Each row captures the prompt, raw + parsed LLM output, matched buyer-instructions, and the result envelope. Read ?skip= and ?take= query params for pagination.
GET
/
intelligence-runs
List storefront intelligence-run records
curl --request GET \
--url https://api.interchange.io/api/v2/storefront/intelligence-runs \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "<string>",
"storefrontId": "<string>",
"buyerCustomerId": 0,
"operatingInstructionsVersion": 0,
"buyerScope": {
"operatorDomain": "<string>",
"brandDomain": "<string>",
"country": "<string>"
},
"buyerInstructions": {
"matchedRowIds": [
"<string>"
],
"effectiveDiscountPercent": 123,
"notes": [
"<string>"
]
},
"brief": "<string>",
"buyingMode": "<string>",
"inventorySnapshot": "<unknown>",
"prompt": "<string>",
"rawLlmOutput": "<unknown>",
"parsedOutput": "<unknown>",
"runRationale": "<string>",
"explanation": {
"summary": "<string>",
"selectedProducts": [
{
"productId": "<string>",
"name": "<string>",
"description": "<string>",
"reasoning": "<string>",
"pricing": {
"baseCpm": 123,
"currency": "<string>",
"operatorDiscount": 123,
"finalCpm": 123
},
"bundleIds": [
"<string>"
],
"signalIds": [
"<string>"
],
"formatIds": [
{
"agentUrl": "<string>",
"id": "<string>"
}
]
}
],
"unpricedProducts": [
{
"name": "<string>",
"reasoning": "<string>",
"reason": "<string>",
"bundleIds": [
"<string>"
],
"signalIds": [
"<string>"
]
}
],
"buyerInstructionNotes": [
"<string>"
],
"pricingNotes": [
"<string>"
],
"failure": {
"code": "<string>",
"message": "<string>"
}
},
"composedProductIds": [
"<string>"
],
"result": {
"code": "<string>",
"message": "<string>"
},
"modelProvider": "<string>",
"modelName": "<string>",
"durationMs": 0,
"refineSnapshot": "<unknown>",
"refinementAppliedSnapshot": "<unknown>",
"requestAsks": [
"<string>"
],
"shownProductsSnapshot": "<unknown>",
"pricingSummary": "<unknown>",
"negotiationSummary": "<unknown>",
"commercialOutcome": "<unknown>",
"evalLabel": "<unknown>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"total": 4503599627370495
}Documentation Index
Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
Use this file to discover all available pages before exploring further.
⌘I