Get an Agent Research Chat Message

Returns token-aware chat status and message 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

Chat message status and content.
statusenum
Status of the assistant chat message.
contentstring

Message content (empty while processing).

resultslist of objects
Cited results returned for completed messages.

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error