Answer a diagnostic question in one call
Runs a whole multi-read chain server-side and in parallel, returning the measurements together instead of requiring five or six requests. question=visibility_drop (score trend + which engines moved vs the previous period + share-of-voice shift + weakest topics), competitive_position (standing with ranks and deltas + the topics where a rival leads), or citation_gap (citation trend + the domains AI answers cite + per-engine citation share). Returns measurements only, plus an interpretation list of what they cannot settle — it never names a cause. A signal whose upstream failed appears in unavailable with a reason rather than as a zero.
Authorizations
A Searchable API key, created under Settings → Workspace → Integrations. Send as Authorization: Bearer sea_xxxxx. Every key carries one or more scopes (read, write, admin) and may optionally be bound to a single project — see Getting started.
Path Parameters
The project id.
Query Parameters
Which investigation to run (default visibility_drop)
visibility_drop, competitive_position, citation_gap Lookback window in days. Default and maximum vary by endpoint — see the operation description.
x >= 1Start of an absolute window (inclusive, UTC). Accepts YYYY-MM-DD or a full ISO timestamp. Requires to, and is mutually exclusive with days — sending both returns 400 invalid_argument. A range longer than the endpoint's maximum is rejected rather than clamped.
"2026-03-01"
End of an absolute window (inclusive, UTC). Accepts YYYY-MM-DD or a full ISO timestamp. Requires from.
"2026-03-31"
Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.
Restrict to a single topic id.
Pass true to restrict every metric to non-branded prompts only.
true Pass true to restrict every metric to branded prompts only.
true Comma-separated ISO 3166-1 country codes (e.g. US,GB) or country names.
Comma-separated tracked-location ids.
Response
The investigation's measured signals.
One diagnostic question answered by running its whole read chain server-side. Carries MEASUREMENTS plus an interpretation list of what they cannot settle — never a cause.
visibility_drop, competitive_position, citation_gap Measured quantities for this question. Keys vary by question; a signal that could not be measured is absent here and listed in unavailable instead — never present as a zero.
Signals whose upstream failed this run, with the reason. Missing data, not zero values.
What the reader must still decide — present so the arithmetic above is not mistaken for an explanation.