v1
latestOpenAPI 3.0.42026-07-173167143.2 KBCookie
Retrieves the list of cookies stored in the profile's browser. Note that this list does not include session cookies, which are not persisted between browser launches.
get/profiles/{guid}/cookies
Path parameters
guidstring uuid required
The unique identifier of the profile
Response
OK.
Example response
[
{
"domain": ".google.com",
"name": "_ga",
"path": "/gmail/about",
"value": "GA1.2-3.982544754.9825342343",
"httpOnly": true,
"secure": true,
"sameSite": "unspecified",
"expirationDate": 1568986993,
"storeId": "0"
}
]