Scans
Get a scan
Poll a scan by id and read the full per-second brain-response timeline.
GET
Poll a scan by its
scan_id until status is complete. While in flight the response is just { scan_id, status }. When complete you get the rich shape: a per-second timeline of lens scores (the headline capability), plus the detected moments, a written summary, and, depending on the options the scan was created with, per-second benchmark, reasons, raw brain-network values, and an fmri_url.
A scan that isn’t your org’s, or doesn’t exist, returns 404. The first time you fetch a completed scan, the per-model charge settles ($0.50 for Mary, $1.00 for Qualia) and the result is stored to your org’s intelligence.
Path Parameters
The scan identifier returned by Create a scan, e.g.
mary_run_mq7aht79_hrac1kka.In-flight response
The scan identifier.
queued, processing, complete, error, or cancelled. When error/cancelled, an error string is included.Completed response
The scan identifier.
complete.The headline
0–100 brain-engagement score for the whole clip, the single number to lead with. This is a directional average over the clip (not a measured ground truth), and it’s the same value the dashboard and result email report. May be null for a clip the model couldn’t score.The letter grade for
overall_score (e.g. B, C, D, E). When the model didn’t emit its own grade, it’s derived from overall_score using the standard bands: ≥75 is B, ≥60 is C, ≥45 is D, and anything below that is E.The clip length in seconds. It equals the number of entries in
timeline.The per-second breakout, one entry per second of the clip. This is the core of the result: every lens, scored at every second, so you can see exactly where a piece holds and where it slips.
The notable second-to-second shifts the model flagged: peaks and drops worth a human’s attention. Present when
include_reasons.A short written read of the whole clip: the averages and the moments that mattered. Present when
include_reasons.A signed (1-hour) URL to the rendered fMRI artifact, or
null. Present only when the scan was created with include_fmri.