Endpoint for viewing collections or samples of source images.

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

{
    "id": 30,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/30/?format=api",
    "name": "Starred Images",
    "project": 39,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=30",
    "source_images_count": 2,
    "source_images_with_detections_count": 2,
    "source_images_processed_count": 2,
    "occurrences_count": 14,
    "taxa_count": 12,
    "description": "",
    "jobs": [
        {
            "id": 574,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/574/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-04-11T21:05:17.382346",
            "updated_at": "2024-11-13T17:15:34.354733",
            "user_permissions": []
        }
    ],
    "created_at": "2024-04-11T21:04:16.767670",
    "updated_at": "2024-04-11T21:04:16.767685",
    "user_permissions": []
}