[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [GetNavigationHistoryResponse](./puppeteer.protocol.page.getnavigationhistoryresponse.md) ## Protocol.Page.GetNavigationHistoryResponse interface Signature: ```typescript export interface GetNavigationHistoryResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [currentIndex](./puppeteer.protocol.page.getnavigationhistoryresponse.currentindex.md) | [integer](./puppeteer.protocol.integer.md) | Index of the current navigation history entry. | | [entries](./puppeteer.protocol.page.getnavigationhistoryresponse.entries.md) | [NavigationEntry](./puppeteer.protocol.page.navigationentry.md)\[\] | Array of navigation history entries. |