Endpoint for viewing collections or samples of source images.

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

{
    "id": 20,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/20/?format=api",
    "name": "Forestry Centre, End of every night",
    "project": 24,
    "method": "last_and_random_from_each_event",
    "kwargs": {
        "num_each": 0
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=20",
    "source_images_count": 100,
    "source_images_with_detections_count": 90,
    "source_images_processed_count": 90,
    "occurrences_count": 1327,
    "taxa_count": 325,
    "description": "",
    "jobs": [
        {
            "id": 224,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/224/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2023-12-04T00:07:19.072237",
            "updated_at": "2024-11-13T17:15:35.392603",
            "user_permissions": []
        }
    ],
    "created_at": "2023-12-03T23:57:29.129959",
    "updated_at": "2023-12-04T00:06:57.640245",
    "user_permissions": []
}