Assets
Get asset
Get one Asset Library file by ID from the current workspace.
GET
Returns one file from this workspace’s Asset Library. Logos, avatars, missing IDs, and other workspaces return
404.
Owner, Admin, and Member can call this. Viewers get 403.
MCP: get-asset-tool. To find IDs, use GET /assets.
Path parameters
string
required
Asset UUID (the
id from GET /assets).Errors
Response
Same fields as one item inGET /assets. No data: wrapper. No storage path.
string
Asset UUID.
string
Filename as uploaded or imported.
string
image, video, or document.string
Stored MIME type (e.g.
image/jpeg, video/mp4, application/pdf).integer
File size in bytes.
string
Public URL of the stored file.
object
Extra file data when present (
width, height, duration, alt_text, plus any other stored keys). null or [] when nothing was stored.string
Creation time in
Y-m-d H:i:s.
