# GET /work-orders/:id

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

Retrieve a single work order. Response includes schedule_date (ISO date), schedule_time (HH:MM:SS or null for all-day), and assigned_to (user UUID or null).

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Work order ID |

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