Get published terms
get_program_termsRetrieve the published terms governing a bug bounty report—either a program's own terms or BugSecure's platform terms—and list or return full-text versions, newest first.
Instructions
The published terms a report is bound by: a programme’s own terms (programId), or BugSecure’s platform terms for researchers or organisations (kind). Lists every published version, newest first, and returns one in full (the newest unless versionId). Read-only: terms are accepted only on the BugSecure website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | BugSecure’s platform terms instead. | |
| fullText | No | Return the text whole, not cut at 20,000 characters. | |
| programId | No | A programme’s terms (from search_programs). | |
| versionId | No | Which version to return in full (default: the newest). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | No | Null when nothing is published. | |
| versions | No |