Get the tracks of a crate
get_crate_tracksRetrieve the track list of a Serato crate in the DJ's arranged order. Specify a crate by ID or exact name, with optional fields and pagination.
Instructions
List the tracks of one crate, in the crate's own order -- the order the DJ arranged, not the order they were added to the library. Only crates in the Serato Library space can be given. Give the crate by id or by exact name; an unknown name comes back with the list of names that exist. Default fields: id, artist, title, bpm, key, key_source, genre, rating, length. Paths are redacted to ~.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| fields | No | ||
| crate_id | No | ||
| crate_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crate | Yes | ||
| tracks | Yes | ||
| warnings | No | ||
| generation | Yes | ||
| next_cursor | No |