Global search across all entities
Search
Global search across all entities
Search across all entity types in the tenant workspace using full-text search.
GET
Global search across all entities
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Results are ranked by relevance with weighted fields:- Weight A (highest): Title/name fields (artist name, track title, product title)
- Weight B: Identifiers (ISRC, UPC, external ID, catalog number)
- Weight C: Metadata (genre, label, format, publisher)
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Search query (minimum 2 characters)
Minimum string length:
2Comma-separated list of entity types to filter results. If omitted, all types are searched.
Available options:
artist, asset, product, label, split, release, work, writer, publisher, user Maximum number of results to return (default 20, max 100)
Required range:
1 <= x <= 100Number of results to skip for pagination (default 0)
Required range:
x >= 0