# GET /work-orders/:work_order_id

**Resource:** [Work Orders](./work-orders.md)  
**MCP tool:** `get_work_order`  
**Scopes:** `work-orders:read`  
**Write operation:** no

Fetch a single work order by UUID, including its assignee crew (assignees[]).

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/work-orders/:work_order_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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