In DatoCMS you can create filters to help you (and other editors) quickly search for uploads
Object payload
id string
RFC 4122 UUID of upload filter expressed in URL-safe base64 format
type string
Must be exactly "upload_filter"
name string Example: "Draft posts"
filter object Example: {"status":{"eq":"draft"}}
shared boolean Example: true
Whether it's a shared filter or not
Available endpoints