Skip to main content
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)
The search uses English stemming by default. If no exact matches are found, it automatically falls back to prefix matching (e.g., typing “dra” will match “Drake”). Results are cached for 60 seconds per tenant/query combination. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

q
string
required

Search query (minimum 2 characters)

Minimum string length: 2
types
enum<string>[]

Comma-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
limit
integer
default:20

Maximum number of results to return (default 20, max 100)

Required range: 1 <= x <= 100
offset
integer
default:0

Number of results to skip for pagination (default 0)

Required range: x >= 0

Response

Search results retrieved successfully

status
string
Example:

"success"

message
string
Example:

"Search results retrieved"

data
object