Action Items

Create action item

Create a new action item (task/to-do). Push notifications are sent to the Omi app if a due_at date is provided.

post/v1/dev/user/action-items

Request body

descriptionstring required

The action item description.

completedboolean

Whether completed.

due_atstring date-time

Due date in ISO 8601 format.

Response

The created action item.

idstring

Unique identifier.

descriptionstring

The action item text.

completedboolean

Whether completed.

created_atstring date-time
updated_atstring date-time
due_atstring date-time nullable

Due date (null if not set).

completed_atstring date-time nullable

When completed (null if pending).

conversation_idstring nullable

Associated conversation ID.

Changes