get_reports
Retrieve structured reports from the Bugcrowd bug bounty platform API to manage vulnerabilities and enhance security research using a dedicated endpoint.
Instructions
List all reports (alternative endpoint to submissions with different data structure).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"title": "get_reportsArguments",
"type": "object"
}