home / saraphina

omi_action_items

1 row where conversation_id = "e579e856-0cff-4385-8f09-0c5254788f7f"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id description
106 Family Chats About Running Shoes And Pets e579e856-0cff-4385-8f09-0c5254788f7f Ask the traffic coach again what specific running shoes to get

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 2.498ms