While the simple syntax above will find what you need in most cases, you can further narrow down results in advanced ways with the following queries. (This is a working list.)
expires_at:>now-30d(assets expired in the last 30 days)updated_at:>now-1d(assets updated in the last day)created_at:>now-10m(assets created in the last 10 minutes)created_at:>now-2h(assets created in the last 2 hours)custom_fields.Title:"abc123"(returns archived items that have a title of “abc123” within the title field)custom_fields.Creator: first name last name(returns archived items that have the name within the creator field)custom_fields.Description: Phone(returns archived items that have the word “Phone” within the description field)NOT custom_fields.Title: Plane(returns items that do not have the word “Plane” within the title field of an archived item).
Was this article helpful?
YesNo