v1
Messages

Get Session Status

Get processing status for messages in a session.

**Authentication Required**: Bearer token, API key, or session token

**Status Information**:
- Total messages in session
- Processing status breakdown (queued, analyzing, completed, failed)
- Any messages with processing errors
get/v1/messages/sessions/{session_id}/status

Path parameters

session_idstring required

Response

Session processing status

{"stackTrail":"paths:/v1/messages/sessions/{session_id}/status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes