WWatchLLM
get/api/v2/responses/summary

Return response summary analytics.

Return response summary analytics.

Requires bearer API key

Parameters

NameInDescription
X-Project-IdheaderRequired for organization-wide API keys on project-scoped endpoints. Project-scoped keys infer the project automatically.string
startDatequeryNo description provided.string:date-time
endDatequeryNo description provided.string:date-time
monitorIdsqueryComma-separated values are accepted.string
promptIdsqueryComma-separated values are accepted.string
modelIdsqueryComma-separated values are accepted.string
brandIdsqueryComma-separated values are accepted.string
sentimentsqueryComma-separated values are accepted.string
tagsqueryComma-separated values are accepted.string

Responses

200

Successful JSON response.

application/json
{
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "totalResponses": {
      "type": "integer"
    },
    "totalMentions": {
      "type": "integer"
    },
    "brandMentionRate": {
      "type": "number"
    },
    "totalCitations": {
      "type": "integer"
    },
    "avgVisibility": {
      "type": "integer"
    },
    "avgSentiment": {
      "type": "integer"
    }
  },
  "required": [
    "totalResponses",
    "totalMentions",
    "brandMentionRate",
    "totalCitations",
    "avgVisibility",
    "avgSentiment"
  ]
}

Try it

Send this request to the local WatchLLM REST handler. Use a key from /workspace/api; organization keys can include X-Project-Id only when the endpoint documents that header.