Get profile detail
get_profileRetrieve the complete configuration of a browser profile, including fingerprint, proxy, and folder details. Optionally include cookie data.
Instructions
Get the full configuration of a profile, including its fingerprint (browser_config), proxy and folder. cookie_data is omitted unless include_cookie is true (cookies can be very large).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_uuid | Yes | Profile UUID | |
| include_cookie | No | Include cookie_data in the result (default false) |