# GET /tasks/:task_id

**Resource:** [Tasks](./tasks.md)  
**MCP tool:** `get_task`  
**Scopes:** `tasks:read`  
**Write operation:** no

Fetch a single task by UUID. Returns the full task record.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `task_id` | path | string | yes | UUID of the task |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/tasks/:task_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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