---
title: "Get worktree todos"
method: GET
path: "/v1/claude/todos"
tags: ["claude"]
---

# Get worktree todos

`GET /v1/claude/todos`

Returns the most recent TodoWrite structure from Claude Code session for a specific worktree

## Query parameters

- `worktree_path` string, required

## Response `200`

OK

- GithubComVanpeltCatnipInternalModelsTodo[]
  - `content` string — The content/description of the todo
  - `id` string — Unique identifier for the todo item
  - `priority` 'high' | 'medium' | 'low' — Priority level of the todo
  - `status` 'pending' | 'in_progress' | 'completed' — Current status of the todo

---

[API](https://skmtc.net/wandb/apis/catnip-container-api.md) · [All operations](https://skmtc.net/wandb/apis/catnip-container-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/catnip-container-api/versions/a075b0fa501a/schema)
