---
title: "Get task item info by id"
method: GET
path: "/v1.0/tasks/{id}"
tags: ["Tasks"]
---

# Get task item info by id

`GET /v1.0/tasks/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- RequestTaskItemDTO
  - `requestTask` RequestTaskDTO
    - `id` integer
    - `type` string
    - `payload` RequestTaskPayload
      - `payloadType` string
      - `sendEmailNotification` boolean
    - `assignable` boolean
    - `assigneeUserId` string
    - `assigneeFullName` string
    - `daysRemaining` integer
    - `startDate` string, date-time
  - `allowedRequestTaskActions` string[]
  - `userAssignCapable` boolean
  - `requestInfo` RequestInfoDTO
    - `id` string
    - `type` string
    - `competentAuthority` 'ENGLAND' | 'NORTHERN_IRELAND' | 'OPRED' | 'SCOTLAND' | 'WALES'
    - `accountId` integer
    - `requestMetadata` RequestMetadata
      - `type` string
    - `paymentCompleted` boolean
    - `paymentAmount` string, decimal
    - `creationDate` string, date-time

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2025-09-11** `15b32331a1ac` — 1 info
  - added the optional property `requestInfo/creationDate` to the response with the `200` status
- **2025-04-08** `dd45a3bdf3cd` — 1 info
  - added the optional property `requestTask/payload/sendEmailNotification` to the response with the `200` status
- **2024-10-21** `a06468704cbe` — 22 info
  - removed `RFI_RESPONSE_SUBMIT_PAYLOAD, RDE_WAIT_FOR_RESPONSE_PAYLOAD, RDE_RESPONSE_SUBMIT_PAYLOAD, PAYMENT_MAKE_PAYLOAD, PAYMENT_TRACK_PAYLOAD, PAYMENT_CONFIRM_PAYLOAD` discriminator mapping keys from the `requestTask/payload` response property for the response status `200`
  - removed the `DUMMY_REQUEST_TASK_TYPE2` enum value from the `requestTask/type` response property for the response status `200`
  - removed the `DUMMY_REQUEST_TYPE` enum value from the `requestInfo/type` response property for the response status `200`
  - removed the `DUMMY_REQUEST_TYPE_APPLICATION_REVIEW` enum value from the `requestTask/type` response property for the response status `200`
  - …18 more

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/tasks/:id/get.md)

---

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