---
title: "Get a task"
method: GET
path: "/tasks/{taskKey}"
---

# Get a task

`GET /tasks/{taskKey}`

This call lets you get a specific task.

## Path parameters

- `taskKey` string, required

## Response `200`

200

- object
  - `boxKey` string
  - `pipelineKey` string
  - `creatorKey` string
  - `creationDate` integer
  - `lastStatusChangeDate` integer
  - `text` string
  - `status` string
  - `assignedToSharingEntries` object[]
    - `displayName` string
    - `fullName` string
    - `userKey` string
  - `key` string
  - `lastSavedTimestamp` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
