# GET /service-requests/:request_id

**Resource:** [Service Requests](./service-requests.md)  
**MCP tool:** `get_service_request`  
**Scopes:** `service-requests:read`  
**Write operation:** no

Fetch a service request by UUID with full details and notes.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/service-requests/:request_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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