Get aggregate Ask AI question statistics for a site
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
Query parameters
fromstring · date-timeOptional
Filter stats to answers created at or after this timestamp.
tostring · date-timeOptional
Filter stats to answers created at or before this timestamp.
topicstring[]Optional
Filter stats by associated site topic IDs.
Responses
200
OK
application/json
Aggregated stats for questions and linked answers.
totalnumberRequired
Total count of questions included in the aggregation.
answersnumberRequired
Total count of answers linked to the questions.
weeklyPulsenumber[] · min: 13 · max: 13Required
Weekly count of related question answers for the past 3 months.
get/orgs/{organizationId}/sites/{siteId}/question-stats
200
OK
Last updated
Was this helpful?