scopedocsCreate a key

See

get_scan

GETFreereadread-only

Returns one scan by id: queued, running, completed, completed_partial, or failed, plus engines_attempted vs engines_measured, prompts_billed/prompts_scored, progress_percent, engine outages, scores_by_engine when completed, and enrichment readiness. Default view=compact hides vs_previous.cells. Poll this after run_scan.

When to use

to poll a scan started with run_scan.

Parameters

NameTypeRequiredDefaultDescription
scan_idstringyesScan ID returned by run_scan
viewcompact | fullnocompactcompact hides vs_previous.cells; full returns the cell dump.

REST path: GET /v1/get_scan · All tools