Endpoint for viewing collections or samples of source images.

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

{
    "id": 23,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/23/?format=api",
    "name": "Starred Images",
    "project": 24,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=23",
    "source_images_count": 17,
    "source_images_with_detections_count": 15,
    "source_images_processed_count": 15,
    "occurrences_count": 244,
    "taxa_count": 89,
    "description": "",
    "jobs": [
        {
            "id": 309,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/309/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-02-20T14:10:36.677173",
            "updated_at": "2024-11-13T17:15:35.238265",
            "user_permissions": []
        }
    ],
    "created_at": "2023-12-04T00:31:54.747958",
    "updated_at": "2023-12-04T00:31:54.747981",
    "user_permissions": []
}