List the questions visitors asked a site's Ask AI assistant
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.
typestring · enumOptionalPossible values:
Type classification of the user question.
topicstring[]Optional
Filter questions by associated site topic IDs.
orderstring · enumOptionalDefault:
An order for the items in the list
descPossible values: sortstring · enumOptionalPossible values:
Sort questions by latest ask activity, answered rate, or positive feedback rate. If omitted, ordering stays on canonical question creation date to preserve current behavior.
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
Responses
200
OK
application/json
countnumberOptional
Total count of objects in the list
get/orgs/{organizationId}/sites/{siteId}/questions
200
OK
Last updated
Was this helpful?