Endpoint for viewing collections or samples of source images.

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

{
    "id": 15,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/15/?format=api",
    "name": "VCE - Last & Random",
    "project": 18,
    "method": "last_and_random_from_each_event",
    "kwargs": {
        "num_each": 10
    },
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=15",
    "source_images_count": 1498,
    "source_images_with_detections_count": 1172,
    "source_images_processed_count": 1172,
    "occurrences_count": 10390,
    "taxa_count": 880,
    "description": "",
    "jobs": [
        {
            "id": 651,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/651/?format=api",
            "status": "FAILURE",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-05-01T22:37:12.724861",
            "updated_at": "2024-11-13T17:15:34.176539",
            "user_permissions": []
        },
        {
            "id": 572,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/572/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-04-02T01:04:29.859883",
            "updated_at": "2024-11-13T17:15:34.361179",
            "user_permissions": []
        },
        {
            "id": 571,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/571/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-04-01T19:51:03.228139",
            "updated_at": "2024-11-13T17:15:34.376413",
            "user_permissions": []
        },
        {
            "id": 570,
            "details": "https://api.beluga.insectai.org/api/v2/jobs/570/?format=api",
            "status": "SUCCESS",
            "job_type": {
                "name": "ML pipeline",
                "key": "ml"
            },
            "created_at": "2024-04-01T19:29:34.473272",
            "updated_at": "2024-11-13T17:15:34.382063",
            "user_permissions": []
        }
    ],
    "created_at": "2023-12-03T04:58:23.495942",
    "updated_at": "2023-12-03T05:01:03.513436",
    "user_permissions": []
}