Get all assets
Asset
Get all assets
Retrieve a paginated list of assets. Supports filtering, sorting, and searching.
GET
Get all assets
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Query Parameters:| Parameter | Type | Description |
|---|---|---|
| search | string | Search term to filter assets |
| type | string | |
| splits | boolean | |
| artist | string | filter by artist uuids |
| statistics | boolean | include assets stats |
| sort | string | Field to sort by (default: ‘createdAt’) |
| order | string | Sort order (‘asc’ or ‘desc’, default: ‘desc’) |
| attributes | string | Comma-separated list of attributes to include |
| size | number | Items per page (default: 10) |
| page | number | Page number (default: 1) |
| product | string | Include product id to filter assets |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Search term
Asset type
Include splits
Filter by artist uuids
Include assets stats
Field to sort by. Standard fields include any asset attribute (e.g., title, isrc, displayArtist, createdAt).
When statistics=true, additional sortable fields become available:
splits- Number of splits associated with the assetproducts- Number of products containing this assetcount- Total stream/sales count from royalty dataroyalty- Total royalty earnings
Available options:
updatedAt, createdAt, title, isrc, displayArtist, type, splits, products, count, royalty Sort order ('asc' or 'desc', default: 'desc')
Comma-separated list of attributes to include
Items per page
Page number
Items per page