list_https_outbound_calls
Retrieve HTTPS outbound network-call detections with TLS-intercepted method and path. Filter by status, customer, or GitHub org. Each result includes a dashboard link for investigation. Supports up to 200 detections.
Instructions
List HTTPS outbound network-call detections (TLS-intercepted calls with method + path). Useful when you need to see WHAT an outbound call did — e.g. POSTs to a suspicious endpoint during a build. Every result has a dashboard_url — when you present detections to the user you MUST include a clickable link per detection, not just the first one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | No | StepSecurity customer/tenant identifier. Optional — if omitted, falls back to STEP_SECURITY_CUSTOMER env var. Returns detections aggregated across ALL GitHub orgs installed under this tenant. | |
| status | No | Detection status filter. Defaults to 'new'. | |
| limit | No | Max detections to return (1-200). Defaults to 50. | |
| orgScope | No | Optional: restrict to a single GitHub org under this tenant (uses the owner-scoped endpoint instead of tenant-wide). |