Scans
Browse a domain's scan history and fetch one scan with its result payload.
A scan is one execution of your tracked prompts against the AI platforms your plan covers. Listing scans for a domain returns the full history in reverse chronological order with status, platform coverage, and timestamps. Fetching a specific scan returns the same record plus the raw result set the analytics endpoints are built on top of.
Scans are scheduled by your plan's cadence; you cannot create one via the Data API. Use the dashboard or the Console API for on-demand scans. Both endpoints here are read-only and available on Professional and Business.
GET
/
domains/{domain_id}/scansPath Parameters
domain_idRequiredDomain Id
Query Parameters
cursorCursor
Header Parameters
X-API-KeyX-Api-Key
Successful Response
GET
/
scans/{scan_id}Successful Response