Endpoint for viewing collections or samples of source images.

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

{
    "id": 2,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/2/?format=api",
    "name": "Denmark 60 Minute Intervals",
    "project": 16,
    "method": "interval",
    "kwargs": {
        "minute_interval": 60
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=2",
    "source_images_count": 731,
    "source_images_with_detections_count": 5,
    "source_images_processed_count": 5,
    "occurrences_count": 30,
    "taxa_count": 25,
    "description": "",
    "jobs": [],
    "created_at": "2023-10-12T03:13:25.252882",
    "updated_at": "2023-10-12T03:23:01.979380",
    "user_permissions": []
}