Endpoint for viewing collections or samples of source images.

GET /api/v2/captures/collections/10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 10,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/10/?format=api",
    "name": "Starred Images",
    "project": 20,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=10",
    "source_images_count": 18,
    "source_images_with_detections_count": 18,
    "source_images_processed_count": 18,
    "occurrences_count": 393,
    "taxa_count": 93,
    "description": "",
    "jobs": [],
    "created_at": "2023-11-27T19:23:49.451423",
    "updated_at": "2023-11-27T19:23:49.451439",
    "user_permissions": []
}