List the answers a site's Ask AI assistant generated
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
questionstringOptional
Filter answers to a specific site question ID.
fromstring · date-timeOptional
Filter answers created at or after this timestamp.
tostring · date-timeOptional
Filter answers created at or before this timestamp.
languagestringOptional
Filter answers by ISO language code.
helpfulnessstring · enumOptionalPossible values:
Helpfulness of the response for the end user need.
question.typestring · enumOptionalPossible values:
Type classification of the user question.
topicstringOptional
Filter answers by associated site topic ID.
threadstringOptional
Filter answers by thread root answer ID. Includes the root answer itself.
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}/answers
200
OK
Last updated
Was this helpful?