Endpoint for viewing collections or samples of source images.

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

{
    "id": 13,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/13/?format=api",
    "name": "Panama last and random",
    "project": 20,
    "method": "last_and_random_from_each_event",
    "kwargs": {
        "num_each": 10
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=13",
    "source_images_count": 56,
    "source_images_with_detections_count": 55,
    "source_images_processed_count": 56,
    "occurrences_count": 1186,
    "taxa_count": 177,
    "description": "",
    "jobs": [],
    "created_at": "2023-11-30T00:29:08.537440",
    "updated_at": "2023-11-30T00:29:15.331098",
    "user_permissions": []
}