get_deleted_profiles_v2
Retrieve a list of deleted profiles associated with a specific workspace in GoLogin using this tool. Input an offset to manage and track deleted profile data efficiently.
Instructions
Get list of deleted profiles
Input Schema
Name | Required | Description | Default |
---|---|---|---|
currentWorkspace | No | ||
offset | Yes |
Input Schema (JSON Schema)
{
"properties": {
"currentWorkspace": {
"type": "string"
},
"offset": {
"type": "number"
}
},
"required": [
"offset"
],
"type": "object"
}