Skip to content

Accessing Scan Diagnostics

Scan diagnostics are accessible through the Escape Platform UI and the Public API, providing flexibility for both interactive troubleshooting and automated monitoring.

Via Platform UI

Scan problems are displayed in two locations:

  1. Profile Summary Page: Comprehensive failure information shown at the top of individual profile pages
  2. Profile List View: Alert indicators displayed alongside affected scan profiles

Via API

Scan diagnostics can be retrieved programmatically:

curl -X GET "https://public.escape.tech/profiles/problems" \
  -H "Authorization: Key YOUR_API_KEY"

The API response includes problem codes, messages, and associated metadata for each detected issue.