Get a programme’s report statistics
get_program_statsRetrieve report statistics for a bug bounty program: total reports, status and severity counts, and average time to resolution.
Instructions
Report statistics for one programme of an organization the signed-in user belongs to (organization must have enabled AI triage access): total reports, counts by status and by claimed severity, and the average time to resolution (FIXED or CLOSED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| programId | Yes | Programme id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| byStatus | No | ||
| bySeverity | No | By claimed severity. | |
| totalReports | No | ||
| averageResolutionHours | No | Mean hours from submission to FIXED/CLOSED; 0 when none. |