/v1/reports/{report_id}/summary Get report summary
Return a compact one-call digest of a report: the headline metrics (visibility_score, total_results, ranked_prompts, ai_platforms) plus the LLM commentary (ai_suggestion, ai_analysis).
Use this when you want the gist without the full per-prompt breakdown. For the citations and per-platform answers, use GET /v1/reports/{id} (heavier; inlines every prompt and result).
Path parameters
Report UUID.
Header parameters
Responses
Owning brand id (UUID).
ISO-8601 timestamp when the report was created.
Human-readable report label.
The report this summary belongs to (UUID).
Report lifecycle status.
- ai_analysisobject (nullable)nullable
Structured companion to
ai_suggestion(categories, trends, highlights, etc.). - ai_platformsarray of string
AI platforms the report ran against.
- ai_suggestionstring (nullable)nullable
Human-readable recommendation written by the LLM.
nulluntil the AI-suggestion step has been triggered for this report. - generated_atstring (nullable)nullable
ISO-8601 timestamp the analysis was last refreshed. Falls back to the report's
created_atwhile the analysis isnull. - objectstring
Always
report_summary. - ranked_promptsinteger
Prompt-platform results that surfaced the brand. Always <=
total_results. - total_resultsinteger
Total prompt-platform results materialised by the run.
- visibility_scorenumber (nullable)nullable
Aggregate brand visibility score (0-100). Null until the report completes.
Example response
{
"ai_analysis": {
"highlights": [
{
"category": "Coffee Subscriptions",
"trend": "down"
},
{
"category": "Specialty Coffee",
"trend": "up"
}
],
"summary": "Brand visibility is improving on Specialty Coffee queries."
},
"ai_platforms": [
"chatgpt",
"perplexity"
],
"ai_suggestion": "Visibility on ChatGPT improved by 12 points week-over-week, mostly driven by `Specialty Coffee` prompts. `Coffee Subscriptions` still trails competitors. Consider publishing a head-to-head comparison page targeting that topic.",
"brand_id": "3f9c7e8a-1b6a-4d8e-92cf-7d9c8b1e2a04",
"created_at": "2024-09-01T11:00:00.000Z",
"generated_at": "2024-09-01T11:42:11.117Z",
"name": "Acme weekly visibility, Sept 2024",
"object": "report_summary",
"ranked_prompts": 17,
"report_id": "8a72d9f1-c4b5-4e6d-9b1f-0e3a2c6d8b04",
"status": "completed",
"total_results": 60,
"visibility_score": 42.7
}Show fields
Stable machine-readable error code from the catalog.
Human-readable description suitable for logging.
- detailsobject
Optional, code-specific context (e.g.
errorsarray forvalidation_error,retry_afterforservice_unavailable). Shape depends onerror.code; treat as opaque otherwise.Show fields
Empty object (no properties).
- request_idstring
Server-generated correlation id for the request. Mirrors the
X-Correlation-IDresponse header. Include this when contacting support.
Example response
{
"error": {
"code": "validation_error",
"message": "Request validation failed"
},
"request_id": "9f6c4e8a-1d3b-4c8b-9f1e-7a3b1c2d3e4f"
}Show fields
Stable machine-readable error code from the catalog.
Human-readable description suitable for logging.
- detailsobject
Optional, code-specific context (e.g.
errorsarray forvalidation_error,retry_afterforservice_unavailable). Shape depends onerror.code; treat as opaque otherwise.Show fields
Empty object (no properties).
- request_idstring
Server-generated correlation id for the request. Mirrors the
X-Correlation-IDresponse header. Include this when contacting support.
Example response
{
"error": {
"code": "unauthorized",
"message": "Missing or invalid credentials"
},
"request_id": "9f6c4e8a-1d3b-4c8b-9f1e-7a3b1c2d3e4f"
}Show fields
Stable machine-readable error code from the catalog.
Human-readable description suitable for logging.
- detailsobject
Optional, code-specific context (e.g.
errorsarray forvalidation_error,retry_afterforservice_unavailable). Shape depends onerror.code; treat as opaque otherwise.Show fields
Empty object (no properties).
- request_idstring
Server-generated correlation id for the request. Mirrors the
X-Correlation-IDresponse header. Include this when contacting support.
Example response
{
"error": {
"code": "forbidden",
"message": "You do not have permission to access this resource"
},
"request_id": "9f6c4e8a-1d3b-4c8b-9f1e-7a3b1c2d3e4f"
}Show fields
Stable machine-readable error code from the catalog.
Human-readable description suitable for logging.
- detailsobject
Optional, code-specific context (e.g.
errorsarray forvalidation_error,retry_afterforservice_unavailable). Shape depends onerror.code; treat as opaque otherwise.Show fields
Empty object (no properties).
- request_idstring
Server-generated correlation id for the request. Mirrors the
X-Correlation-IDresponse header. Include this when contacting support.
Example response
{
"error": {
"code": "not_found",
"message": "Resource not found"
},
"request_id": "9f6c4e8a-1d3b-4c8b-9f1e-7a3b1c2d3e4f"
}Show fields
Stable machine-readable error code from the catalog.
Human-readable description suitable for logging.
- detailsobject
Optional, code-specific context (e.g.
errorsarray forvalidation_error,retry_afterforservice_unavailable). Shape depends onerror.code; treat as opaque otherwise.Show fields
Empty object (no properties).
- request_idstring
Server-generated correlation id for the request. Mirrors the
X-Correlation-IDresponse header. Include this when contacting support.
Example response
{
"error": {
"code": "conflict",
"message": "Resource conflict"
},
"request_id": "9f6c4e8a-1d3b-4c8b-9f1e-7a3b1c2d3e4f"
}Show fields
Stable machine-readable error code from the catalog.
Human-readable description suitable for logging.
- detailsobject
Optional, code-specific context (e.g.
errorsarray forvalidation_error,retry_afterforservice_unavailable). Shape depends onerror.code; treat as opaque otherwise.Show fields
Empty object (no properties).
- request_idstring
Server-generated correlation id for the request. Mirrors the
X-Correlation-IDresponse header. Include this when contacting support.
Example response
{
"error": {
"code": "rate_limit_exceeded",
"message": "Per-minute rate limit exceeded"
},
"request_id": "9f6c4e8a-1d3b-4c8b-9f1e-7a3b1c2d3e4f"
}Show fields
Stable machine-readable error code from the catalog.
Human-readable description suitable for logging.
- detailsobject
Optional, code-specific context (e.g.
errorsarray forvalidation_error,retry_afterforservice_unavailable). Shape depends onerror.code; treat as opaque otherwise.Show fields
Empty object (no properties).
- request_idstring
Server-generated correlation id for the request. Mirrors the
X-Correlation-IDresponse header. Include this when contacting support.
Example response
{
"error": {
"code": "internal_error",
"message": "An unexpected error occurred"
},
"request_id": "9f6c4e8a-1d3b-4c8b-9f1e-7a3b1c2d3e4f"
}Show fields
Stable machine-readable error code from the catalog.
Human-readable description suitable for logging.
- detailsobject
Optional, code-specific context (e.g.
errorsarray forvalidation_error,retry_afterforservice_unavailable). Shape depends onerror.code; treat as opaque otherwise.Show fields
Empty object (no properties).
- request_idstring
Server-generated correlation id for the request. Mirrors the
X-Correlation-IDresponse header. Include this when contacting support.
Example response
{
"error": {
"code": "service_unavailable",
"message": "Service temporarily unavailable, please retry"
},
"request_id": "9f6c4e8a-1d3b-4c8b-9f1e-7a3b1c2d3e4f"
}