Bulk Code Repository Data Leakage alert lookup

Perform a detailed lookup of data panels for several alerts at once.

What this endpoint does

Retrieves detailed panel data for up to 250 Code Repository Data Leakage playbook alerts in a single request. These alerts fire when credentials, API keys, or secrets are detected in public repositories like GitHub. Use Playbook Alerts: Search with category: ["code_repo_leakage"] to obtain alert IDs. For a single alert, use Playbook Alerts: Code Repo Leakage Detail.

Response data

Returns an array of alert objects (unlike the detail endpoint which returns a single object). Each alert identifies the repository and owner, what was exposed (with assessment labels like "Possible Key Leak"), content snippets of the leaked material, and triage status with remediation actions.

Body Params
playbook_alert_ids
array of strings
required

The unique ids of the triggered Playbook Alerts. Maximum number of ids in a single request is 250.

playbook_alert_ids*
panels
array of strings

Request inclusion of detailed alert data, grouped into a set of panels. If left unset, all panels will be returned.

panels
Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json