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.
Allowed values:
contentstring

Message content (empty while processing).

resultslist of objects or null
Cited results returned for completed messages.

Errors