---
title: "Get session todos"
method: GET
path: "/session/{sessionID}/todo"
---

# Get session todos

`GET /session/{sessionID}/todo`

Retrieve the todo list associated with a specific session, showing tasks and action items.

## Path parameters

- `sessionID` string, required

## Query parameters

- `directory` string

## Response `200`

Todo list

- Todo[]
  - `content` string, required — Brief description of the task
  - `status` string, required — Current status of the task: pending, in_progress, completed, cancelled
  - `priority` string, required — Priority level of the task: high, medium, low

## Other responses

- `400` — Bad request
- `404` — Not found

## Changes

- **2026-02-14** `58e8fe3db43d` — 1 breaking
  - removed the required property `items/id` from the response with the `200` status
- **2026-01-20** `c7ae6a68e4fb` — 1 info
  - added the required property `items/id` to the response with the `200` status

[Change history](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/changes/session/:sessionID/todo/get.md)

---

[API](https://skmtc.dev/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/revisions/60718ff578c8/schema)
