enquire-mcp API reference - v3.9.0-rc.4
    Preparing search index...

    Interface ChatThreadReadResult

    Envelope returned by chatThreadRead.

    interface ChatThreadReadResult {
        message_count: number;
        messages: ChatThreadMessage[];
        note_path: string;
        thread_title: string | null;
    }
    Index

    Properties

    message_count: number

    Convenience field — equal to messages.length.

    messages: ChatThreadMessage[]

    Parsed messages in chronological order.

    note_path: string

    Vault-relative path of the source note.

    thread_title: string | null

    Thread title from ## Chat: <title>, or null if no chat block.