Skip to main content
GET
Lists files in this workspace’s Asset Library (the Library tab). Logos, avatars, and other workspaces are never included. Newest first. Owner, Admin, and Member can call this. Viewers get 403. To attach an item to a post, use POST /posts/{post}/media/from-asset. MCP: list-assets-tool.

Query parameters

Filter by filename. Case-insensitive substring of original_filename only (not tags or captions). Max 255 characters. Longer values return 422. Omit to skip this filter.
string
Keep only one media type: image, video, or document. Omit to return all three. Any other value (e.g. audio) returns 422.
integer
Page number. Defaults to 1. There is no limit or per_page parameter — page size is always 25.

Errors

Response

Paginated envelope, 25 items per page. No storage path on items.
array
Asset objects, newest first.
Pagination URLs: first, last, prev, next.
object
Pagination info. per_page is always 25. Also includes current_page, last_page, total, from, to, path, and links.