GET
Get collection
/v1/clipsonar/collections/:idFetch a single collection by id. No query or body.
Path parameters
idstringrequiredCollection id
Example: col_1111
Query parameters
This endpoint has no query parameters.
Request body
This endpoint has no request body.
Response
200 Collection object.
idstringrequiredCollection id
namestringrequiredCollection name
typestringrequiredCollection type
sourcesarrayrequiredSource definitions
run_statusstring | nulloptionalLatest processing status
created_atstringoptionalISO create time
updated_atstringoptionalISO update time
{
"id": "col_1111",
"name": "Launch watchlist",
"type": "NORMAL",
"sources": [],
"run_status": "COMPLETED",
"created_at": "2026-08-01T10:00:00.000Z",
"updated_at": "2026-08-04T12:00:00.000Z"
}

