Endpoint for viewing collections or samples of source images.

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

{
    "id": 4,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/4/?format=api",
    "name": "Denmark - Last image from each night",
    "project": 16,
    "method": "last_and_random_from_each_event",
    "kwargs": {
        "num_each": 0
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=4",
    "source_images_count": 1472,
    "source_images_with_detections_count": 190,
    "source_images_processed_count": 190,
    "occurrences_count": 1620,
    "taxa_count": 384,
    "description": "",
    "jobs": [],
    "created_at": "2023-10-19T03:14:57.581708",
    "updated_at": "2023-10-19T03:15:58.922766",
    "user_permissions": []
}