get_profile__id_
Retrieve specific browser profile details using a unique ID to manage and configure settings within the GoLogin automation platform.
Instructions
Get profile by id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
currentWorkspace | No | ||
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"currentWorkspace": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}