Endpoint for viewing collections or samples of source images.

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

{
    "id": 12,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/12/?format=api",
    "name": "Starred Images",
    "project": 1,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=12",
    "source_images_count": 4,
    "source_images_with_detections_count": 3,
    "source_images_processed_count": 3,
    "occurrences_count": 41,
    "taxa_count": 35,
    "description": "",
    "jobs": [
        {
            "id": 551,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/551/?format=api",
            "status": "FAILURE",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-03-19T13:46:05.428337",
            "updated_at": "2024-11-13T17:15:34.434089",
            "user_permissions": []
        }
    ],
    "created_at": "2023-11-29T01:17:36.055412",
    "updated_at": "2023-11-29T01:17:36.055429",
    "user_permissions": []
}