[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [GetIsolateIdResponse](./puppeteer.protocol.runtime.getisolateidresponse.md) ## Protocol.Runtime.GetIsolateIdResponse interface Signature: ```typescript export interface GetIsolateIdResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [id](./puppeteer.protocol.runtime.getisolateidresponse.id.md) | string | The isolate id. |