omi_action_items
4 rows where conversation_id = "416e5aea-4360-4300-892a-98a088758287"
This data as json, CSV (advanced)
| id ▼ | conversation_id | description |
|---|---|---|
| 7 | Processing Love, Self-Image, And Work Plans 416e5aea-4360-4300-892a-98a088758287 | Prepare and send project bid to former client for rebuilding her apps |
| 8 | Processing Love, Self-Image, And Work Plans 416e5aea-4360-4300-892a-98a088758287 | Finish personal website with demos and portfolio of past work |
| 9 | Processing Love, Self-Image, And Work Plans 416e5aea-4360-4300-892a-98a088758287 | Set up and troubleshoot Claudebot installation until it works |
| 10 | Processing Love, Self-Image, And Work Plans 416e5aea-4360-4300-892a-98a088758287 | Start posting professional content on LinkedIn, Twitter, and Facebook |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE omi_action_items (
id INTEGER PRIMARY KEY AUTOINCREMENT,
conversation_id TEXT NOT NULL,
description TEXT,
FOREIGN KEY (conversation_id) REFERENCES omi_conversations(id)
);
CREATE INDEX idx_omi_actions_conv ON omi_action_items(conversation_id);