Endpoint for viewing collections or samples of source images.

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

{
    "id": 35,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/35/?format=api",
    "name": "Starred Images",
    "project": 46,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=35",
    "source_images_count": 6,
    "source_images_with_detections_count": 5,
    "source_images_processed_count": 5,
    "occurrences_count": 142,
    "taxa_count": 62,
    "description": "",
    "jobs": [
        {
            "id": 619,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/619/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-04-29T15:27:52.419117",
            "updated_at": "2024-11-13T17:15:34.251319",
            "user_permissions": []
        }
    ],
    "created_at": "2024-04-29T15:26:18.130263",
    "updated_at": "2024-04-29T15:26:18.130278",
    "user_permissions": []
}