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/Get Smart View Bookmarks
Endpoint

Get Smart View Bookmarks

List the bookmarks inside a Smart View. Use the `bucket` query parameter to read a specific tab/bucket of the view. Paginated like /v1/bookmarks.

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

Path Parameters

Header Parameters

Query Parameters

Response

{
  "status": true,
  "data": [],
  "meta": {
    "limit": 20,
    "bucket": "all",
    "next_cursor": 20,
    "has_more": true
  }
}