Skip to main content
get/messages/{id}

Get message

LLM
View as Markdown
Open llms.txt

Returns delivery state and conversation context for polling integrations.

Authorization

Scheme

  • bearerAuth

Required scopes

  • conversation:read

Allowed roles

  • owner
  • admin
  • agent

Read a message through its conversation context.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.

Responses

  • 200

    Message

    • application/json GetMessageResponse
  • default

    Error

    • application/json ProblemDetails