instruction stringlengths 14 66 | output stringlengths 103 302 |
|---|---|
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
What are the newest procs? | {"name": "Newest Procs", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}} |
Show persons created this week | {"name": "Persons Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}, {"property": "created_at", "date": {"past_week": {}}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}} |
List top 10 learns by goal | {"name": "Top 10 Learns by Goal", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}, "sort": [{"property": "goals", "direction": "desc"}], "limit": 10}} |
Which _schemas have owner set to done? | {"name": "Schemas with Owner Done", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}, {"property": "owner", "text": {"equals": "done"}}]}}} |
Show active projects | {"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}} |
What persons were added recently? | {"name": "Recently Added Persons", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}} |
Find projects in progress | {"name": "Projects in Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}} |
Show _schemas created this week | {"name": "Schemas Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}, {"property": "created_at", "date": {"past_week": {}}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}} |
Find procs from 2026 | {"name": "Procs from 2026", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}, {"property": "created_at", "text": {"contains": "2026"}}]}}} |
Show learns sorted by source_url | {"name": "Learns by Source URL", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}, "sort": [{"property": "source_url", "direction": "asc"}]}} |
Show top 10 projs | {"name": "Top 10 Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}} |
Find projects in progress | {"name": "Projects in Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}} |
Find all learns in the vault | {"name": "All Learns", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}}} |
List first 5 assets by created | {"name": "First 5 Assets by Created", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "sort": [{"property": "created", "direction": "desc"}], "limit": 5}} |
List top 10 evts by status | {"name": "Top 10 Events by Status", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}]}, "sort": [{"property": "status", "direction": "desc"}], "limit": 10}} |
Find projects in progress | {"name": "Projects In Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}} |
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
Find projects in progress | {"name": "Projects in Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}} |
Show evts where event_type is completed sorted by updated | {"name": "Completed Events", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}, {"property": "event_type", "text": {"equals": "completed"}}]}, "sort": [{"property": "updated", "direction": "desc"}]}} |
List top 10 evts by time | {"name": "Top 10 Events by Time", "formula": {"filter": {"property": "folder", "text": {"startsWith": "evt/"}}, "sort": [{"property": "date", "direction": "desc"}], "limit": 10}} |
What locs do I have? | {"name": "All Locations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}]}}} |
List top 10 docs by name | {"name": "Top 10 Docs by Name", "formula": {"filter": {"property": "folder", "text": {"startsWith": "doc/"}}, "sort": [{"property": "name", "direction": "asc"}], "limit": 10}} |
Show oldest docs first | {"name": "Oldest Docs First", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}, "sort": [{"property": "created", "direction": "asc"}]}} |
Show orgs sorted by legal_name | {"name": "Organizations by Legal Name", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "org/"}}]}, "sort": [{"property": "legal_name", "direction": "asc"}]}} |
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
What persons do I have? | {"name": "All Persons", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}}} |
Show top 10 evts | {"name": "Top 10 Events", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "evt/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}} |
Find all _schemas in the vault | {"name": "All Schemas", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}]}}} |
Show oldest persons first | {"name": "Oldest Persons First", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "sort": [{"property": "birth_date", "direction": "asc"}]}} |
What docs do I have? | {"name": "All Documents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}}} |
Which procs have description set to completed? | {"name": "Completed Processes", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}, {"property": "description", "text": {"equals": "completed"}}]}}} |
List _schemas ordered by owner descending | {"name": "Schemas by Owner", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}]}, "sort": [{"property": "owner", "direction": "desc"}]}} |
Find projects in progress | {"name": "Projects in Progress", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "in progress"}}]}}} |
Find all learns in the vault | {"name": "All Learns", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}}} |
Show me all orgs | {"name": "All Organizations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "org/"}}]}}} |
Show top 10 persons | {"name": "Top 10 Persons", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "limit": 10}} |
Show learns where author is completed | {"name": "Completed Author Learns", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}, {"property": "author", "text": {"equals": "completed"}}]}}} |
Find all persons in the vault | {"name": "All Persons", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}}} |
Show active projects | {"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}} |
List every doc | {"name": "All Documents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}}} |
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
List persons ordered by style descending | {"name": "Persons by Style", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "sort": [{"property": "style", "direction": "desc"}]}} |
List top 10 persons by address | {"name": "Top 10 Persons by Address", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "sort": [{"property": "address", "direction": "asc"}], "limit": 10}} |
Find all persons in the vault | {"name": "All Persons", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}}} |
Show projs where stakeholders is done | {"name": "Projects with Done Stakeholders", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "stakeholders", "text": {"equals": "done"}}]}}} |
Show assets where serial_number is pending | {"name": "Assets with Pending Serial Number", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}, {"property": "serial_number", "text": {"equals": "pending"}}]}}} |
List top 10 docs by title | {"name": "Top 10 Documents by Title", "formula": {"filter": {"property": "folder", "text": {"startsWith": "doc/"}}, "sort": [{"property": "title", "direction": "asc"}], "limit": 10}} |
List top 10 persons by jig_source | {"name": "Top 10 Persons by Jig Source", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "sort": [{"property": "jig_source", "direction": "desc"}], "limit": 10}} |
What _schemas were added recently? | {"name": "Recent Schemas", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}} |
Show _schemas sorted by updated_at | {"name": "Schemas by Updated Date", "formula": {"filter": {"property": "folder", "text": {"startsWith": "_schema/"}}, "sort": [{"property": "updated_at", "direction": "desc"}]}} |
Show docs where name is completed sorted by doc_type | {"name": "Completed Docs by Type", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}, {"property": "name", "text": {"equals": "completed"}}]}, "sort": [{"property": "doc_type", "direction": "asc"}]}} |
List first 5 docs by created | {"name": "First 5 Docs by Created", "formula": {"filter": {"property": "folder", "text": {"startsWith": "doc/"}}, "sort": [{"property": "created", "direction": "desc"}], "limit": 5}} |
Show oldest accts first | {"name": "Oldest Accounts First", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "acct/"}}]}, "sort": [{"property": "created_at", "direction": "asc"}]}} |
Show orgs where contacts is pending | {"name": "Organizations with Pending Contacts", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "org/"}}, {"property": "contacts", "text": {"contains": "pending"}}]}}} |
What docs were added recently? | {"name": "Recent Documents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}]}, "sort": [{"property": "created", "direction": "desc"}], "limit": 10}} |
Show learns sorted by origin | {"name": "Learns Sorted by Origin", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}, "sort": [{"property": "origin", "direction": "asc"}]}} |
List top 10 projs by organization | {"name": "Top 10 Projects by Organization", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}, "sort": [{"property": "client", "direction": "asc"}], "limit": 10}} |
Which learns have relationships set to important? | {"name": "Important Relationships Learn", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}, {"property": "relationships", "text": {"contains": "important"}}]}}} |
Show top 10 learns | {"name": "Top 10 Learns", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "learn/"}}]}, "limit": 10}} |
Find accts from 2026 | {"name": "Accounts from 2026", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "acct/"}}, {"property": "created_at", "text": {"contains": "2026"}}]}}} |
What contents do I have? | {"name": "All Contents", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}]}}} |
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
Show persons sorted by tags | {"name": "Persons Sorted by Tags", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "sort": [{"property": "tags", "direction": "asc"}]}} |
Show _schemas where name is done | {"name": "Schemas Named Done", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}, {"property": "name", "text": {"equals": "done"}}]}}} |
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
Show top 10 _schemas | {"name": "Top 10 Schemas", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}]}, "limit": 10}} |
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
Show active projects | {"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}} |
Show docs created this week | {"name": "Docs Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "doc/"}}, {"property": "created", "date": {"on_or_after": {"relative": "this_week"}}}]}, "sort": [{"property": "created", "direction": "desc"}]}} |
Show top 10 assets | {"name": "Top 10 Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "limit": 10}} |
Find contents with slug containing active | {"name": "Contents with Active Slug", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}, {"property": "slug", "text": {"contains": "active"}}]}}} |
Show top 10 persons | {"name": "Top 10 Persons", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}, "limit": 10}} |
Show procs where recurrence is done sorted by relationships | {"name": "Completed Recurring Procedures", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}, {"property": "recurrence", "text": {"equals": "done"}}]}, "sort": [{"property": "relationships", "direction": "desc"}]}} |
Find all locs in the vault | {"name": "All Locations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}]}}} |
Show me all assets | {"name": "All Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}}} |
What projs were added recently? | {"name": "Recent Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}, "sort": [{"property": "created_at", "direction": "desc"}], "limit": 10}} |
Show me all procs | {"name": "All Processes", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proc/"}}]}}} |
List every person | {"name": "All People", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}]}}} |
Show persons where known_through is completed sorted by style | {"name": "Persons with Completed Known Through", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "person/"}}, {"property": "known_through", "text": {"equals": "completed"}}]}, "sort": [{"property": "style", "direction": "asc"}]}} |
Find locs from 2026 | {"name": "Locations from 2026", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}, {"property": "created", "text": {"contains": "2026"}}]}}} |
Show locs created this week | {"name": "Locations Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "loc/"}}, {"property": "created_at", "date": {"on_or_after": {"relative": "this_week"}}}]}, "sort": [{"property": "created_at", "direction": "desc"}]}} |
Show oldest assets first | {"name": "Oldest Assets First", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "sort": [{"property": "created", "direction": "asc"}]}} |
List projs ordered by type descending | {"name": "Projects by Type Descending", "formula": {"filter": {"property": "folder", "text": {"startsWith": "proj/"}}, "sort": [{"property": "category", "direction": "desc"}]}} |
Find all orgs in the vault | {"name": "All Organizations", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "org/"}}]}}} |
Show contents where slug is done sorted by type | {"name": "Contents by Slug Done", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}, {"property": "slug", "text": {"equals": "done"}}]}, "sort": [{"property": "type", "direction": "asc"}]}} |
Show contents created this week | {"name": "Contents Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}, {"property": "created", "date": {"past_week": {}}}]}, "sort": [{"property": "created", "direction": "desc"}]}} |
Show contents created this week | {"name": "Contents Created This Week", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "content/"}}, {"property": "created", "date": {"past_week": {}}}]}, "sort": [{"property": "created", "direction": "desc"}]}} |
List top 10 assets by source_date | {"name": "Top 10 Assets by Source Date", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "sort": [{"property": "source_date", "direction": "desc"}], "limit": 10}} |
Show active projects | {"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}} |
List completed projects | {"name": "Completed Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "completed"}}]}}} |
Show me all projs | {"name": "All Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}]}}} |
Find projs from 2024 | {"name": "Projects from 2024", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "created", "text": {"contains": "2024"}}]}}} |
List docs ordered by type descending | {"name": "Documents by Type", "formula": {"filter": {"property": "folder", "text": {"startsWith": "doc/"}}, "sort": [{"property": "doc_type", "direction": "desc"}]}} |
Show top 10 assets | {"name": "Top 10 Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}, "limit": 10}} |
Show active projects | {"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}} |
Show active projects | {"name": "Active Projects", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "proj/"}}, {"property": "status", "text": {"equals": "active"}}]}}} |
Show me all assets | {"name": "All Assets", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "asset/"}}]}}} |
Find _schemas from 2024 | {"name": "Schemas from 2024", "formula": {"filter": {"and": [{"property": "folder", "text": {"startsWith": "_schema/"}}, {"property": "created_at", "text": {"contains": "2024"}}]}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.