get_profile
Retrieve detailed information about a specific BugBug test automation run profile using its unique identifier to access configuration, settings, and execution parameters.
Instructions
Get details of a specific BugBug run profile
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profileId | Yes | Profile UUID |
Input Schema (JSON Schema)
{
"properties": {
"profileId": {
"description": "Profile UUID",
"type": "string"
}
},
"required": [
"profileId"
],
"type": "object"
}