Get a cell's enrichment run detail
The cell’s most recent enrichment execution: the resolved prompt, action and model, outcome, duration, and the agent’s investigation (reasoning, confidence, steps, sources) when there was one. Raw provider responses are never stored, so nothing internal can leak.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
One cell's most recent enrichment execution, for inspection.
raw_response is the model's STRUCTURED payload (the parsed fields,
pre-coercion) — never the provider transcript; summaries and error text
stay sanitized and length-capped, so nothing here needs masking after
the fact.
Prompt tokens served from the provider's cache; null when unreported.
Provider-reported completion tokens; null when unreported.
The agent's own read on the answer; null for non-agent actions.
high, medium, low What executing this cell cost, by the page charge's rule.
Whether the run is past detail retention. When true, empty trail fields (steps, reasoning, sources) mean the detail aged out, not that the run never had one.
Machine-readable classification of a failed enrichment cell.
The class decides everything downstream: whether the executor retries (transient classes) or gives up (terminal ones), what the cell tooltip names, and whether the failure is free — errors never charge, but only a classified error can prove which kind it was.
timeout, rate_limited, provider_error, network, schema_violation, refused, invalid_input, no_data, enrichment_failed, unexpected How one cell's enrichment execution ended.
SKIPPED is a first-class third outcome: the action was deliberately
not run (a required input was empty), no work was done, and nothing is
charged.
succeeded, failed, skipped The resolved per-row prompt the action received.
Provider-reported prompt tokens; null when unreported.
The model's structured payload exactly as returned, before coercion; null when the action produced none.
Hidden reasoning tokens billed as output; null when unreported.
The table run that executed the cell.
A curated enrichment's per-attempt trail; empty elsewhere.
The pages the agent successfully read, deduplicated.
Provider-reported total tokens; null when unreported.
Web-read credits the run's page fetches billed, summed across steps; null for cells without web tools or rows predating the telemetry.