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
Current processing status.
contentstring
Completed message content.
resultslist of objects
Optional research results referenced by citation index in the message content.

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error