Action Items
Get Action Items
Get action items with optional filters. Locked action items are excluded.
- conversation_id: Filter by conversation ID (None for standalone items)
- completed: Filter by completion status
- start_date: Filter by start date (inclusive)
- end_date: Filter by end date (inclusive)
- limit: Maximum number of items to return
- offset: Number of items to skip
get/v1/dev/user/action-items
Query parameters
conversation_idstring nullable
completedboolean nullable
start_datestring date-time nullable
end_datestring date-time nullable
limitinteger
offsetinteger
Response
Successful Response