GET /api/v2/storefront/intelligence-runs/{id}/decision-record
Fetches the canonical seller-readable outcome for one intelligence run. It is a
read model over recorded facts: it does not reconstruct missing history from the
current storefront, CRM, or inventory-source configuration.
Request
curl
Parameters
Response
The response records aresolution of offer, no_match, declined,
failure, stalled, or unavailable.
no_matchanddeclinedare neutral completed outcomes.failureandstalledinclude a safefailureobject withwhat,why, and one seller action:retryorcorrect_configuration.unavailablemeans the stored run intentionally did not compose; it is not a failed buyer response.
buyer.advertiser, buyer.buyingOperator, and buyer.account are each either
an immutable captured value plus its source, or null when it was not
recorded. The buying operator may be an agency or DSP, but it remains distinct
from the advertiser and opaque buyer account. This endpoint never looks up or
exposes a current buyer, CRM, or source-native mapping.
Errors
404 NOT_FOUND— no run with thatidbelongs to the caller’s storefront.401 UNAUTHORIZED— missing or invalid bearer token.