Skip to main content
GET
Get a single message

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

conversation_id
string
obrigatório
message_id
string
obrigatório

Resposta

Successful Response

id
string
obrigatório
role
enum<string>
obrigatório
Opções disponíveis:
user,
assistant
content
(TextBlock · object | ImageBlock · object | FileBlock · object)[]
obrigatório
Exemplo:
created_at
string<date-time>
obrigatório
metadata
Metadata · object | null