Get run KPI summary

Returns computed KPIs for an analysis run: share of voice, coverage, average position, sentiment (overall and by dimension), total results, and brand mention count.

GET /analysis/runs/{runId}/summary

Get run KPI summary

Returns computed KPIs for an analysis run: share of voice, coverage, average position, sentiment (overall and by dimension), total results, and brand mention count.

Authentication: API key required (Bearer token)

Parameters

NameInRequiredDescription
runIdpathYesAnalysis run ID.
providerqueryNoFilter summary calculations by provider ID.
locationqueryNoFilter summary calculations by exact ISO 3166-1 alpha-2 location code.
tagqueryNoFilter summary calculations by prompt tag.

Request Example

curl -X GET https://sellm.io/api/v1/analysis/runs/example_id/summary \
  -H "Authorization: Bearer sellm_your_api_key_here"

Responses

StatusDescription
200Run KPI summary
401Unauthorized
404Run not found
429Rate limited
500Internal error