---
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

---

[API](https://skmtc.net/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.net/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/versions/4e11f1aed2fd/schema)
