Gets agent thread message status.
Returns the processing status of a submitted agent thread message, including messages still in the queue.
Use the accepted message id returned by the server when creating a thread or submitting a message.
The response indicates whether an agent response exists and includes its id and error details when available.
Retrieve reply content with [GET /agents/threads/{threadId}/messages](api:GET/agents/threads/{threadId}/messages).
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
threadId
The id of the thread that contains the message.
messageId
The accepted message id returned by the server.
Response
OK
messageId
The server-generated identifier of the accepted user message.
status
The processing status.
hasAgentResponse
Whether an agent response was persisted.
responseId
The persisted agent response id.
lastSequenceNumber
The last streamed sequence number observed for the response.
error
The processing error, if any.
Errors
404
Not Found Error

