v3
latestOpenAPI 3.1.02026-08-044114182.0 KBMetrics
Visibility scores for the latest usable or selected run
Default returns an array of VisibilityScore (one per brand). Pass runId to read a specific completed run. Use type=topics for a per-topic summary, type=attributes&topicId=… for a per-attribute breakdown, or topicId=… alone for a single topic's scores.
get/visibility
Query parameters
projectIdstring uuid required
Project id. Required on all data endpoints.
runIdstring uuid
Completed prompt run ID. Omit to use the project's latest usable run; use GET /prompts/runs to list historical run IDs.
topicIdstring uuid
type'overview' | 'topics' | 'attributes'
promptAttributesstring
Comma-separated list of attribute filters. Accepts both built-in attributes (e.g. pricing, comparisons) and project-specific custom attributes.
Response
One of: array of VisibilityScore, array of TopicVisibilitySummary, TopicVisibility, or array of AttributeBreakdown depending on type.