Skip to main content
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.

Authorizations

Authorization
string
header
required

API key or access token

Response

List storefront intelligence-run records

List of intelligence runs for a storefront.

items
object[]
required
total
integer
required
Required range: 0 <= x <= 9007199254740991