omi_action_items
1 row where conversation_id = "0c9db4eb-0b0b-4a54-a660-37825ea74fe1"
This data as json, CSV (advanced)
| id ▼ | conversation_id | description |
|---|---|---|
| 14 | Friends Plan Tomorrow’s Evening Activities 0c9db4eb-0b0b-4a54-a660-37825ea74fe1 | Have Wales hosts text how long the kids can stay |
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);