Permission required:
project:conv_appendPath Parameters
Conversation identifier
Request Body
Array of content blocks that make up the message body. Each block must include a
block_type field.Accepted block_type values: TEXT, FILE, IMAGE, THINKING, TOOL_USE, TOOL_RESULT.Text block: { "block_type": "TEXT", "text": "message content" }Image block: { "block_type": "IMAGE", "uri": "drive://...", "mime_type": "image/png" }ID of the actor sending this message. Should reference an actor participating in the conversation.
ISO 8601 timestamp for when the message originally occurred. Use this when ingesting historical conversations so MemoryLake preserves the original timeline.
Arbitrary key-value metadata to attach to the message
Caller-defined unique identifier for the message within the conversation
ID of the parent message, for threaded conversations. When set, this message is treated as a reply to the specified parent.