---
title: "Changes to Get task by ID"
method: GET
path: "/api/tasks/{id}"
---

# Changes to Get task by ID

`GET /api/tasks/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 27 revisions.

- **2026-03-02** `39aff788d955` — 1 breaking, 15 info

## Changes

- **2026-03-02** `39aff788d955` — 1 breaking, 15 info
  - the `task` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `404`
  - added the optional property `task/assigned_to` to the response with the `200` status
  - added the optional property `task/created_at` to the response with the `200` status
  - added the optional property `task/created_by` to the response with the `200` status
  - added the optional property `task/description` to the response with the `200` status
  - added the optional property `task/due_date` to the response with the `200` status
  - added the optional property `task/estimated_hours` to the response with the `200` status
  - added the optional property `task/id` to the response with the `200` status
  - added the optional property `task/metadata` to the response with the `200` status
  - added the optional property `task/priority` to the response with the `200` status
  - added the optional property `task/status` to the response with the `200` status
  - added the optional property `task/tags` to the response with the `200` status
  - added the optional property `task/title` to the response with the `200` status
  - added the optional property `task/updated_at` to the response with the `200` status

---

[Operation](https://skmtc.dev/builderz-labs/apis/mission-control-api/docs/api/tasks/:id/get.md) · [API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [Page](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/tasks/:id/get)
