Endpoint for viewing collections or samples of source images.

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

{
    "id": 1,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/1/?format=api",
    "name": "20 Minute Intervals",
    "project": 4,
    "method": "interval",
    "kwargs": {
        "minute_interval": 20
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=1",
    "source_images_count": 4991,
    "source_images_with_detections_count": 58,
    "source_images_processed_count": 151,
    "occurrences_count": 289,
    "taxa_count": 115,
    "description": "",
    "jobs": [],
    "created_at": "2023-09-16T00:03:42.828411",
    "updated_at": "2023-09-30T03:12:57.972706",
    "user_permissions": []
}