List my organizations’ programmes
list_org_programsLists programs for your organizations with AI triage enabled, including draft, paused, and closed statuses, along with triage deadlines. Use returned IDs to fetch reports and program statistics.
Instructions
Every programme of the organisations the signed-in user belongs to that enabled AI triage access, drafts, paused and closed ones included, with their triage deadline. Use the ids with list_org_reports and get_program_stats. Programmes are created and changed only on the BugSecure website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1–50). | |
| offset | No | Results to skip. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| programs | No | ||
| nextOffset | No | Next page’s `offset`; null on the last page. |