---
title: "Get Task"
method: GET
path: "/v1/tasks/{task_id}"
tags: ["Tasks"]
---

# Get Task

`GET /v1/tasks/{task_id}`

## Path parameters

- `task_id` integer, required — Task id

## Response `200`

Successful Response

- ExternalTaskView — Tarea expuesta por la API externa (contrato v1.1). Todas las referencias a personas y registros salen como refs mínimos {id, name}; el status es el del catálogo de la organización (tabla task_status).
  - `id` string, required
  - `title` string, required
  - `description` string
  - `due_date` string, date
  - `priority` string — highest | high | medium | low | lowest
  - `status` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
    - `id` string, required
    - `name` string
  - `source` string — Where the task was created from.
  - `contact` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
    - `id` string, required
    - `name` string
  - `assigned_contact` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
    - `id` string, required
    - `name` string
  - `assigned_user` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
    - `id` string, required
    - `name` string
  - `policy` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
    - `id` string, required
    - `name` string
  - `created_by` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
    - `id` string, required
    - `name` string
  - `created` string, date-time
  - `last_update` string, date-time
  - `completed_on` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/apizeal/apis/apizeal-api.md) · [All operations](https://skmtc.dev/apizeal/apis/apizeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apizeal/apizeal-api/revisions/9baadbe84f92/schema)
