---
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
    - `resourceType` string
    - `requestMetadata` RequestMetadata
      - `type` string
    - `paymentCompleted` boolean
    - `paymentAmount` string, decimal
    - `creationDate` string, date-time
    - `resources` object

## Other responses

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

## Changes

> 15 revisions in range; 1 could not be searched.

- **2026-03-09** `564f2e34e969` — 2 warning, 2 info
  - removed the optional property `requestInfo/accountId` from the response with the `200` status
  - removed the optional property `requestInfo/competentAuthority` from the response with the `200` status
  - added the optional property `requestInfo/resourceType` to the response with the `200` status
  - added the optional property `requestInfo/resources` to the response with the `200` status
- **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
- …earlier changes not shown

[Full 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/f5f4d893b86b/schema)
