ClipListV2
dataobject[]required
pagination objectrequired
nextCursorstringnullablerequired
Opaque cursor for the next page, or null when there are no more results. This is the only end-of-results signal — a page shorter than limit does NOT mean the end (unavailable items are omitted).
totalResultsintegernullable
Exact size of the full result set being paged (every item, regardless of per-item availability). May be null on high-cardinality lists where an exact count is impractical.
ClipListV2
{
"data": [
{
"id": 0,
"startMs": 0,
"stopMs": 0,
"durationMs": 0,
"transcode": {
"id": 0,
"url": "string",
"expiresAt": "2024-07-29T15:51:28.071Z",
"encoding": "string",
"bitrate": 0,
"container": "string",
"gain": 0
},
"track": {
"id": 0,
"isrc": "string",
"title": "string",
"artistName": "string",
"releaseTitle": "string",
"explicitness": "explicit",
"artwork": {
"url": "string",
"expiresAt": "2024-07-29T15:51:28.071Z",
"width": 0,
"height": 0
}
}
}
],
"pagination": {
"nextCursor": "string",
"totalResults": 0
}
}