Get a single Ask AI question by ID
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
siteQuestionIdstringRequired
The unique id of the site question
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.
Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
idstringRequired
The ID of the site question.
questionstringRequired
Canonical text for the unique site question.
typestring · enumRequiredPossible values:
Type classification of the user question.
createdAtstring · date-timeRequired
askedAtstring · date-timeRequired
get/orgs/{organizationId}/sites/{siteId}/questions/{siteQuestionId}
200
OK
Last updated
Was this helpful?