Get a chat message

Returns 202 while the message is processing and 200 with content when completed. Results include the research sources referenced by citation index in the content.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
Research job identifier.
message_idstringRequiredformat: "uuid"
Chat message identifier.

Response

Completed message content.
statusstring or null
Current processing status.
contentstring or null
Completed message content.
resultslist of objects or null
Optional research results referenced by citation index in the message content.

Errors