Skip to main content

get_friction_points

Get just the friction points from a report — useful for quick analysis without loading the full report.

Parameters

ParameterTypeRequiredDescription
slugstringYesReport slug

Response

{
  "slug": "resend-com-a1b2c3d4",
  "frictionPoints": [
    {
      "severity": "major",
      "title": "API key not found in docs",
      "description": "The agent spent 3 minutes searching for API key generation instructions..."
    }
  ]
}