TweetsmashDocs
LoginDashboard
Getting Started
Getting Started
For AI agents
OverviewConnect your agentAgent Skills
MCP
MCP Integration
Bookmarks
GETFetch Saved PostsGETGet a Bookmark (full content)
Labels
GETManage LabelsPOSTAdd Labels to TweetsPOSTRemove Labels from TweetsPOSTAdd Labels by Filter (bulk)
Smart Views
GETList Smart ViewsGETGet / Update / Delete a Smart ViewGETGet Smart View Bookmarks
Exports
POSTExport Bookmarks (PDF / CSV / JSON)
Memory
GETMemories (remember / recall / forget)
Integrations
n8n IntegrationWebhook Integration
API Docs/Core API/List Smart Views
Endpoint

List Smart Views

List all of your Smart Views (saved filtered views). Each view has a slug used to read its bookmarks or manage it. POST to the same path (name, base_query) to create one.

GEThttps://api.tweetsmash.com/v1/views

Header Parameters

Response

{
  "status": true,
  "data": [
    {
      "id": "1",
      "slug": "reading-workflow",
      "name": "Reading Workflow",
      "base_query": "",
      "triage_buckets": null,
      "default_sort": null
    }
  ]
}