---
title: "List action items"
method: GET
path: "/v1/dev/user/action-items"
tags: ["Action Items"]
---

# List action items

`GET /v1/dev/user/action-items`

Retrieve your action items (tasks/to-dos) with optional filtering.

## Query parameters

- `limit` integer
- `offset` integer
- `completed` boolean
- `conversation_id` string
- `start_date` string, date-time
- `end_date` string, date-time

## Response `200`

List of action items.

- ActionItem[]
  - `id` string — Unique identifier.
  - `description` string — The action item text.
  - `completed` boolean — Whether completed.
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `due_at` string, date-time, nullable — Due date (null if not set).
  - `completed_at` string, date-time, nullable — When completed (null if pending).
  - `conversation_id` string, nullable — Associated conversation ID.

## Other responses

- `401` — Invalid or missing API key.

## Changes

- **2026-03-24** `b791dc93aa91` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/basedhardware/apis/omi-developer-api/changes/v1/dev/user/action-items/get.md)

---

[API](https://skmtc.dev/basedhardware/apis/omi-developer-api.md) · [All operations](https://skmtc.dev/basedhardware/apis/omi-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/basedhardware/omi-developer-api/revisions/e3d644927120/schema)
