List creations
list_creationsList and search creations from a 2DAI cloud drive with filters for folders, trash, activity, smart collections, and more. Retrieve paginated results with sorting and random selection.
Instructions
Page through the account's creations, newest first — or pick ONE at random with random=true. Filter MODES are mutually exclusive: folderId ("root" for ungrouped) / trashed=true; an activity lens; a smart collection ("faces", "videos", "crop", "alpha", or "favorites" = creations inside starred folders); or sharedFolderId for a folder another user shared with this account. Cross-cutting filters combine with any mode: search (whole words over description + tags, trailing * makes a prefix), sort, hideFiled, and usedRef= for creations BUILT FROM that creation. Paginate by passing back nextBeforeDate (newest-first only) or with page. Rows carry nsfwFlagged/nsfwRate so you can apply your own content safeguards on top of the platform's. Each row has a viewUrl — the browser link to give the user (opens in their signed-in 2DAI drive). Costs nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (offset paging). Prefer beforeDate for deep walks. | |
| sort | No | Ordering (default newest). Only "newest" emits a nextBeforeDate cursor. | |
| limit | No | Rows per page (default 20, max 100). | |
| smart | No | Smart collection: "faces", "videos", "crop", "alpha", or "favorites" (creations in starred folders). | |
| random | No | Return ONE uniformly-random creation from the filtered set instead of a page (not available on trash). | |
| search | No | Free-text search over descriptions and tags. Whole-word AND; a trailing * makes a token a prefix ("cyber*"). | |
| trashed | No | List the trash instead of the active library. | |
| usedRef | No | Only creations built FROM this creation (reference slots and lineage, clone families included). | |
| activity | No | Activity lens: all, history (generations), uploaded, likes, public, trash, sdk, mcp, or portfolio. | |
| folderId | No | Filter to one folder, or "root" for ungrouped creations. | |
| hideFiled | No | Skip creations already filed into a folder (history/uploaded/likes/sdk/mcp lenses only). | |
| beforeDate | No | Pagination cursor — the nextBeforeDate from the previous page. | |
| sharedFolderId | No | A folder shared WITH this account — read-only collaborator view. |