Endpoint for viewing collections or samples of source images.

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

{
    "id": 17,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/17/?format=api",
    "name": "VCE - Largest filesizes",
    "project": 18,
    "method": "greatest_file_size_from_each_event",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=17",
    "source_images_count": 137,
    "source_images_with_detections_count": 25,
    "source_images_processed_count": 25,
    "occurrences_count": 151,
    "taxa_count": 105,
    "description": "",
    "jobs": [],
    "created_at": "2023-12-03T05:04:16.008507",
    "updated_at": "2023-12-03T05:04:23.340014",
    "user_permissions": []
}