Skip to main content
GET
Get a single message

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

sessionId
string<uuid>
required

Playground session UUID

messageId
string<uuid>
required

Message UUID

Response

Message retrieved successfully

success
boolean

Whether the request was successful

data
object

A message in a playground session. Messages can be user inputs, assistant responses, system notifications, or execution logs.

Example:
message
string

Response message

error
string

Error message (if any)