Endpoint for viewing collections or samples of source images.

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

{
    "id": 32,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/32/?format=api",
    "name": "June Test",
    "project": 16,
    "method": "common_combined",
    "kwargs": {
        "month_start": 6,
        "month_end": 6,
        "hour_start": 1,
        "hour_end": 4
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=32",
    "source_images_count": 100,
    "source_images_with_detections_count": 100,
    "source_images_processed_count": 100,
    "occurrences_count": 664,
    "taxa_count": 141,
    "description": "",
    "jobs": [
        {
            "id": 581,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/581/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-04-25T05:26:18.316913",
            "updated_at": "2024-11-13T17:15:34.344088",
            "user_permissions": []
        }
    ],
    "created_at": "2024-04-25T05:15:36.237592",
    "updated_at": "2024-04-25T05:37:02.056962",
    "user_permissions": []
}