Skip to main content
GET
Get Message

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

conversation_id
string<uuid>
required
message_id
string<uuid>
required

Message ID

Response

Message

id
string
required
conversation_id
string
required
seq
number
required
role
enum<string>
required
Available options:
user,
assistant,
tool
parts
object[]
required

One part item supplied to the tool.

status
enum<string>
required
Available options:
pending,
streaming,
completed,
failed,
cancelled
created_at
string
required
parent_id
string | null
created_by
string | null
sender_type
enum<string>
default:user
Available options:
user,
webhook,
service_account,
integration,
agent,
system
sender_id
string | null
sender_display_name
string | null
model
string | null
token_usage
object | null
finish_reason
string | null
cost_credits
string | null
edited_at
string | null
idempotency_key
string | null
metadata
object | null
updated_at
string | null