# GET /seo-research/runs

**Resource:** [SEO Research](./seo.md)  
**MCP tool:** `seo_list_runs`  
**Scopes:** `seo:read`  
**Write operation:** no

List past TrustPager SEO research runs (newest first). Filter by website_id or tool.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | query | string | no |  |
| `tool` | query | string | no | keyword_research \| competitor_gap \| serp_snapshot \| backlinks \| brand_mentions \| ai_visibility \| local_seo \| site_audit |
| `limit` | query | number | no |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/seo-research/runs"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`