List drops
dropthis_listList your published drops newest first, showing ID, URL, title, status, and expiry. Filter by custom domain or workspace to find what you need.
Instructions
List the account's drops newest first, paginated, returning each drop's drop_… id, URL, title, status, and expiry when available. Use when the user wants to list / show my drops / see what they have published. Each row's id is the drop_ id the mutating tools (update_content, update_settings, delete) need — not the slug or URL. Pass domain to only list drops mounted on that custom domain (see dropthis_domains_list for the account's domains). Pass workspace (a workspace id or slug from dropthis_workspaces) to list a workspace you belong to instead of your active one, without switching it (delegated credentials only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (default 20). | |
| cursor | No | Pagination cursor from a previous call. | |
| domain | No | Only drops mounted on this custom domain hostname (e.g. reports.example.com) — the recovery path when you have a custom-domain URL but no drop id. | |
| workspace | No | List a workspace you belong to instead of your active one, without switching it — workspace id or slug (find them with dropthis_workspaces; delegated credentials only — a workspace-pinned service key rejects the selector). The read-side twin of dropthis_publish's `workspace`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | The page of drops. | |
| nextCursor | No | Cursor for the next page; null/absent at the end. |