get_profiles
Retrieve a paginated list of test run profiles from the BugBug test automation platform to manage and execute automated testing configurations.
Instructions
Get list of BugBug run profiles
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number for pagination | |
pageSize | No | Number of results per page |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number for pagination",
"type": "number"
},
"pageSize": {
"description": "Number of results per page",
"type": "number"
}
},
"type": "object"
}