Skip to main content
PUT /api/v2/storefront/intelligence-runs/{id}/label Attaches — or replaces — an evaluator label on an intelligence-run record. The label body is freeform JSON your evaluation workflow defines (for example, { "verdict": "good", "grader": "human", "notes": "..." }). The full updated run record comes back in the response.

Request

curl

Parameters

Response

Returns 200 with the full intelligence-run record, with evalLabel set to the label you sent:
The response is the same shape returned by Get intelligence run; fields are elided above for brevity.

Errors

  • 400 VALIDATION_ERROR — missing label or non-object body.
  • 404 NOT_FOUND — no run with that id on your storefront.
  • 401 UNAUTHORIZED — missing or invalid bearer token.
See Errors for the full error contract.

Intelligence run tasks

All intelligence-run operations.

Get intelligence run

Fetch the full run record.