Endpoint for viewing collections or samples of source images.

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

{
    "id": 28,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/28/?format=api",
    "name": "Starred Images",
    "project": 23,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=28",
    "source_images_count": 2,
    "source_images_with_detections_count": 2,
    "source_images_processed_count": 2,
    "occurrences_count": 24,
    "taxa_count": 22,
    "description": "",
    "jobs": [
        {
            "id": 569,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/569/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-04-01T19:06:45.350130",
            "updated_at": "2024-11-13T17:15:34.387903",
            "user_permissions": []
        },
        {
            "id": 568,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/568/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-04-01T19:05:12.540969",
            "updated_at": "2024-11-13T17:15:34.391060",
            "user_permissions": []
        }
    ],
    "created_at": "2024-02-20T00:16:49.716702",
    "updated_at": "2024-02-20T00:16:49.716726",
    "user_permissions": []
}