> ## Documentation Index
> Fetch the complete documentation index at: https://docs.2027.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# get_friction_points

> Extract friction points from a report

# get\_friction\_points

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

## Parameters

| Parameter | Type   | Required | Description |
| --------- | ------ | -------- | ----------- |
| `slug`    | string | Yes      | Report slug |

## Response

```json theme={null}
{
  "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..."
    }
  ]
}
```
