--- title: "Get message status" description: "Retrieve only the status of a message (lightweight endpoint for polling).\nUseful for checking if message processing is complete without fetching full message data.\n" source: https://flowdrop.io/docs/api/playground/getPlaygroundMessageStatus site: FlowDrop documentation --- # Get message status `GET /playground/sessions/{sessionId}/messages/{messageId}/status` Retrieve only the status of a message (lightweight endpoint for polling). Useful for checking if message processing is complete without fetching full message data. ## Parameters - `sessionId` · in path · string · required — Playground session UUID - `messageId` · in path · string · required — Message UUID ## Responses - `200` — Message status retrieved successfully (`application/json`: object) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Playground*