List assets
List the workspace’s asset library — every asset available to be referenced by an evaluation.
Each asset returns id, name, content_type (image, video or text), tags, created_at,
created_by, is_archived and is_deleted, plus content for text assets.
Deleted assets are excluded. Archived assets are included — filter on is_archived to hide them.
content_url (and thumbnail_url for videos) is a short-lived pre-signed URL, so it should be used promptly
rather than stored. Text assets uploaded as plain text carry their text in content and have no content_url.
Pass include_email=true to resolve created_by to an email address via HAL.
Required permission: read:asset_evaluation.
Authorizations
Path Parameters
A UUID string identifying the organization.
A UUID string identifying the workspace.
Query Parameters
Include email of the asset creator if True.
Response
255255image- imagetext- textvideo- video
image, text, video 255255