---
title: "Get tasks in a box"
method: GET
path: "/boxes/{boxKey}/tasks"
---

# Get tasks in a box

`GET /boxes/{boxKey}/tasks`

Tasks allow you to create a task list per box. All tasks have the `text` property. They can optionally be assigned to any member of the pipeline. They also have an optional due date, which when set, adds the task to the creators calendar and sends an email reminder when due.

This call lets you get all the [tasks](reference#read-a-task) associated with a particular [box](reference#get-a-box).

## Path parameters

- `boxKey` string, required

## Response `200`

200

- object
  - `results` object[]
    - `boxKey` string
    - `pipelineKey` string
    - `lastStatusChangeDate` integer
    - `text` string
    - `status` string
    - `assignedToSharingEntries` object[]
      - `displayName` 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)
