For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a single Ask AI answer by ID

Retrieves one Ask AI answer, including the question that prompted it, the response, and its feedback. Use it to inspect a specific answer discovered via listSiteQuestionAnswers.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

siteQuestionAnswerIdstringRequired

The unique id of the site question answer

Responses
200

OK

application/json
objectstring · enumRequiredPossible values:
idstringRequired

The ID of the site question answer.

topicsstring[]Required

The IDs of the associated site topics.

responseIdstringRequired

The response identifier for this answer.

languagestringRequired

ISO language code of the question.

answeredstring · enumRequired

Whether the response answered the question.

Possible values:
helpfulnessstring · enumRequired

Helpfulness of the response for the end user need.

Possible values:
relevancestring · enumRequired

Relevance classification of the user question.

Possible values:
channelone ofRequired
or
createdAtstring · date-timeRequired
updatedAtstring · date-timeOptional
get/orgs/{organizationId}/sites/{siteId}/answers/{siteQuestionAnswerId}
200

OK

Last updated

Was this helpful?

Powered by GitBook