Endpoint for viewing collections or samples of source images.

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

{
    "id": 6,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/6/?format=api",
    "name": "Panama November",
    "project": 20,
    "method": "interval",
    "kwargs": {
        "minute_interval": 0
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=6",
    "source_images_count": 1285,
    "source_images_with_detections_count": 1281,
    "source_images_processed_count": 1285,
    "occurrences_count": 14698,
    "taxa_count": 323,
    "description": "",
    "jobs": [
        {
            "id": 1264,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/1264/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2026-04-01T17:08:03.980564",
            "updated_at": "2026-04-01T18:40:51.981070",
            "user_permissions": []
        }
    ],
    "created_at": "2023-11-20T12:23:03.873598",
    "updated_at": "2023-11-20T12:23:57.315706",
    "user_permissions": []
}