Endpoint for viewing collections or samples of source images.

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

{
    "id": 64,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/64/?format=api",
    "name": "Late night hourly",
    "project": 84,
    "method": "common_combined",
    "kwargs": {
        "minute_interval": 60,
        "max_num": 1000,
        "hour_start": 22
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=64",
    "source_images_count": 236,
    "source_images_with_detections_count": 236,
    "source_images_processed_count": 236,
    "occurrences_count": 2615,
    "taxa_count": 777,
    "description": "",
    "jobs": [
        {
            "id": 960,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/960/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-09-14T23:49:39.847387",
            "updated_at": "2024-11-13T17:15:33.525010",
            "user_permissions": []
        }
    ],
    "created_at": "2024-09-14T23:42:09.625226",
    "updated_at": "2024-09-14T23:49:23.231962",
    "user_permissions": []
}