GET /api/v2/storefront/intelligence-runs/{id}
Fetches one intelligence-run record by id, including the full prompt, raw and
parsed model output, run rationale, composed product ids, and any evaluator
label.
Request
curl
Parameters
| Field | In | Type | Required | Notes |
|---|---|---|---|---|
id | path | integer | Yes | Surrogate id of the intelligence-run row |
Response
explanation and result shapes.
Errors
404 NOT_FOUND— no run with thatidon your storefront.401 UNAUTHORIZED— missing or invalid bearer token.
Related
Intelligence run tasks
All intelligence-run operations.
Label intelligence run
Attach an evaluator label to a run.