# GET /seo-research/runs/:run_id

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

Fetch a TrustPager SEO research run by UUID with its full result rows.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `run_id` | path | string | yes |  |

## Request example

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

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