---
title: "List Action Item Days"
method: GET
path: "/api/v1/action-items/days"
tags: ["action-items"]
---

# List Action Item Days

`GET /api/v1/action-items/days`

Actions per workspace-local day, newest first, with the channel chip counts.

``since``/``until`` are inclusive workspace-local dates; omit both for every day
on record. Unlike the list, this returns no conversation content, so there is
nothing here to redact for a caller without VIEW_TRANSCRIPTS — a date and a count
are metadata.

## Query parameters

- `since` string, date, nullable
- `until` string, date, nullable
- `status` 'open' | 'resolved'
- `channel` 'voice' | 'text' | 'email'

## Response `200`

Successful Response

- ActionItemDaysResponse — The day list the Actions page draws its headers from. ``timezone`` is not decoration: ``days`` are calendar dates in that zone, and a client that labels them in its own zone puts them under the wrong heading.
  - `timezone` string, required
  - `days` ActionDayBucket[], required
    - `day` string, date, required
    - `count` integer, required
  - `counts` ActionItemCounts, required
    - `voice` integer, required
    - `text` integer, required
    - `email` integer, required

## Other responses

- `422` — Validation Error

## Changes

> 26 revisions in range; 1 not diffed.

- **2026-09-21** `7a2c09378911` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/action-items/days/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/4df7b22a7dae?raw)
