curl --request GET \
--url https://api.skyvern.com/v1/browser_profiles/{profile_id}{
"browser_profile_id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}Get a specific browser profile by ID
curl --request GET \
--url https://api.skyvern.com/v1/browser_profiles/{profile_id}{
"browser_profile_id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
The ID of the browser profile. browser_profile_id starts with bp_
"bp_123456"