> ## 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_trends

> Score history over time

# get\_trends

Get historical score data to track improvements over time.

## Parameters

| Parameter  | Type   | Required | Description             |
| ---------- | ------ | -------- | ----------------------- |
| `provider` | string | No       | Filter by provider name |

## Response

```json theme={null}
[
  {
    "slug": "resend-com-a1b2c3d4",
    "date": "2026-03-15",
    "score": 72.0,
    "grade": "B-",
    "provider": "Resend"
  },
  {
    "slug": "resend-com-e5f6g7h8",
    "date": "2026-04-13",
    "score": 85.5,
    "grade": "A-",
    "provider": "Resend"
  }
]
```
