Get Artists
/artist/
Description
/artist/ Description: The /artist/ endpoint retrieves a list of artists based on specified criteria. It allows filtering artists by name, external ID, and searching for artists using a keyword. Authorization:- Required role:
useror higher
GET
Query Parameters:
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filter artists by their name
Filter artists by external ID
Page number for pagination
Number of items per page
Include catalog information
Search query
Include statistical data
Field to sort by. Standard fields include any artist attribute (e.g., artistName, externalId, updatedAt).
When statistics=true, additional sortable fields become available:
assets- Number of assets associated with the artistproducts- Number of products associated with the artistcount- Total stream/sales count from royalty dataroyalty- Total royalty earnings
updatedAt, createdAt, artistName, externalId, assets, products, count, royalty Sort order
asc, desc Comma-separated list of attributes to include
Specific column to filter
Filter by user ID
Filter artists by default splits. true = artists with splits configured, false = artists without
true, false Filter artists by user linkage. true = artists linked to users, false = artists not linked
true, false