Skip to content

How do I search and filter assets?

Requires Basic

In the asset overview, just type into the search box — the list filters live by name, serial number, and manufacturer. Use “Filter” to narrow it down further by type, status, and department. Via the API, you pass the same criteria as query parameters to GET /api/v1/assets.

The Assets module is part of the core product and available on all plans.

  1. Search. Open Assets and type into the search box. The list updates as you type (with a slight delay). Matches are found by name, serial number, and manufacturer — case doesn’t matter, and partial matches are enough.

    The search box filters the list live; next to it, the 'Filter' button.
  2. Set filters. Click “Filter”. The advanced filters open: Type (Hardware, Software, Network, Certificate, License, Peripheral), Status (Active, Inactive, Maintenance, …), and Department. All criteria are combined. “Clear filters” removes them all at once.

    The advanced filters: Type, Status, and Department — combinable with the search.
  3. Use the results. Clicking a row opens the detail view. Use the checkboxes to select multiple assets and export or delete them in bulk. At the bottom of the table, you can page through the results and set the page size.

  • Search fields: Full-text search covers name, serial number, and manufacturer (partial match, case-insensitive). Department filters exactly, location by partial match.
  • The recycle bin is excluded: Deleted assets (in the recycle bin) do not show up in search, filtering, or export.
  • Sorting: By default, the list is sorted by creation date — newest first. In the web interface, you can re-sort by clicking the column headers.
  • Pagination: The API returns total, page, page_size, and total_pages — so you can cleanly work through every page.
  • Tenant isolation: You only see assets belonging to your tenant.