Create an Agent Research Chat Message
Creates an async chat message for a research job.
Set stream=true to reuse the SSE chat chunk stream.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Research job identifier.
Query parameters
stream
When true, responds with an SSE stream of chat chunks.
Request
This endpoint expects an object.
content
Chat message content.
Response
Chat message created or stream started.
id
Assistant message identifier.
content
Assistant message content.
status
Status of the assistant chat message.
Allowed values:
error_message
Error details when status is failed.
results
Optional cited results for completed responses.