---
title: "Retrieves a Task resource."
method: GET
path: "/tasks/{id}"
tags: ["Task"]
---

# Retrieves a Task resource.

`GET /tasks/{id}`

Retrieves a Task resource.

## Path parameters

- `id` string, required

## Response `200`

Task resource

- Task
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — the unique identifier of the source 3rd party integration
  - `ownerId` string, nullable — ID of the person the task is assigned to
  - `ownerName` string, nullable — name of the person the task is assigned to
  - `subject` string, nullable — subject of the task
  - `status` string, nullable — status of the task e.g: done e.g: not started
  - `priority` string, nullable — priority of the task e.g: high
  - `dueDate` string, date-time, nullable — due date of the task
  - `description` string, nullable — details about the task
  - `recurringActivity` string, nullable — if it's a recurring activity
  - `created` string, date-time, nullable — date and time the task is created
  - `modified` string, date-time, nullable — date and time the task is modified

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
