Endpoint for viewing collections or samples of source images.

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

{
    "id": 43,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/43/?format=api",
    "name": "All Images",
    "project": 16,
    "method": "common_combined",
    "kwargs": {
        "max_num": 1000000
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=43",
    "source_images_count": 35386,
    "source_images_with_detections_count": 288,
    "source_images_processed_count": 288,
    "occurrences_count": 2249,
    "taxa_count": 430,
    "description": "",
    "jobs": [],
    "created_at": "2024-05-17T15:21:20.872297",
    "updated_at": "2024-05-17T15:24:53.521449",
    "user_permissions": []
}