Get Serato tracks by id
get_tracksFetch track details by IDs from a Serato DJ library, returning found tracks in requested order and listing unknown IDs as missing.
Instructions
Fetch tracks by the ids search_tracks returned. Unknown ids come back in missing rather than being dropped silently, and found is in the order the ids were given. Default fields: id, artist, title, bpm, key, key_source, genre, rating, length. Paths are redacted to ~.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | ||
| missing | Yes | ||
| warnings | No | ||
| generation | Yes |