@runloop/agent-axon-client
    Preparing search index...

    Type Alias GetSessionMessagesOptions

    Options for retrieving session messages.

    type GetSessionMessagesOptions = {
        dir?: string;
        includeSystemMessages?: boolean;
        limit?: number;
        offset?: number;
    }
    Index

    Claude SDK

    dir?: string

    Project directory to find the session in. If omitted, searches all projects.

    includeSystemMessages?: boolean

    When true, include system messages (e.g., compact boundaries, informational notices) in the returned list alongside user/assistant messages. Defaults to false for backwards compatibility.

    limit?: number

    Maximum number of messages to return.

    offset?: number

    Number of messages to skip from the start.