get_report
Retrieve comprehensive details about a specific bug report using the Bugcrowd API. Ideal for accessing structured information for analysis or decision-making in bug bounty programs.
Instructions
Get detailed information about a specific report.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ||
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
},
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"required": [
"id"
],
"title": "get_reportArguments",
"type": "object"
}