Get a single message
Playground
Get a single message
Retrieve a specific message from a playground session by its ID. Returns full message details including status and metadata.
GET
Get a single message
Authorizations
JWT token for authentication
Path Parameters
Playground session UUID
Message UUID
Response
Message retrieved successfully
Whether the request was successful
A message in a playground session. Messages can be user inputs, assistant responses, system notifications, or execution logs.
Example:
{
"id": "be4d854d-d6b3-4242-b2ea-0008b2e059bd",
"sessionId": "fe5304ea-f069-433f-b0bf-945975c0b806",
"role": "user",
"content": "Hello. How are you?",
"timestamp": "2026-01-19T10:03:32+01:00",
"status": "completed",
"sequenceNumber": 1,
"parentMessageId": null,
"nodeId": null,
"metadata": {}
}Response message
Error message (if any)