Endpoint for viewing collections or samples of source images.

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

{
    "id": 66,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/66/?format=api",
    "name": "Starred Images",
    "project": 84,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=66",
    "source_images_count": 14,
    "source_images_with_detections_count": 14,
    "source_images_processed_count": 14,
    "occurrences_count": 243,
    "taxa_count": 114,
    "description": "",
    "jobs": [
        {
            "id": 1246,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/1246/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2025-10-23T19:47:43.454029",
            "updated_at": "2025-10-23T19:57:07.621084",
            "user_permissions": []
        },
        {
            "id": 1245,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/1245/?format=api",
            "status": "FAILURE",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2025-10-23T19:28:12.332814",
            "updated_at": "2025-10-23T19:28:40.053215",
            "user_permissions": []
        }
    ],
    "created_at": "2024-09-16T16:31:45.231967",
    "updated_at": "2024-09-16T16:31:45.231979",
    "user_permissions": []
}