Action Items

List action items

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

get/v1/dev/user/action-items

Query parameters

limitinteger

Maximum number of items to return.

offsetinteger

Number of items to skip.

completedboolean

Filter by completion status.

conversation_idstring

Filter by associated conversation ID.

start_datestring date-time

Filter by creation start date (inclusive).

end_datestring date-time

Filter by creation end date (inclusive).

Response

List of action items.

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