• Find a specific session by ID across all projects. Supports prefix matching — you only need enough characters to be unique (minimum 4).

    Parameters

    • sessionId: string

    Returns Promise<null | ClaudeSessionEntry & { _projectDir: string }>