Mark message as processing

Marks a message as being processed by a participant. This creates a new processing attempt with a system-managed timestamp. The participant must be a member of the chat room. This endpoint automatically: - Creates a new attempt with auto-incremented attempt_number - Sets the attempt status to "processing" - Records the started_at timestamp (system-managed) - Updates the participant's delivery status to "processing"

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

chat_idstringRequired
Chat Room ID
idstringRequired
Message ID

Response

Message marked as processing
dataobject or null
A chat message

Errors