Skip to main content
Version: 1.0.0

Asset Search API - Introduction

Full-text search with faceted navigation across all assets. Supports keyword search, filters, custom schema fields, and paginated results.

Two-step search flow:

  1. POST /api/v1/assets/search — Run search, get first page of results
  2. GET /api/v1/assets/search/{search_result_id}/{page} — Get additional pages

Features: keyword search, file name/type filters, date/size ranges, custom schema field search, sort by multiple fields, extended results with full asset data.

note

Result pages are limited to 10,000 assets. Use additional filters to narrow large result sets.

Authentication

JWT token obtained from POST /api/v1/login

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

JWT