GET
List collections
/v1/clipsonar/collectionsList collections available to the API key.
Query parameters
sortstringoptional`updated` (default), `created`, `name_asc`, `name_desc`, or `clips`
Example: updated
Request body
This endpoint has no request body.
Response
200 Object with a `collections` array.
collectionsobject[]requiredCollection objects
{
"collections": [
{
"id": "col_1111",
"name": "Launch watchlist",
"type": "NORMAL",
"sources": [],
"run_status": "COMPLETED",
"preview_thumbnails": [],
"reel_count": 12,
"created_at": "2026-08-01T10:00:00.000Z",
"updated_at": "2026-08-04T12:00:00.000Z"
}
]
}

