Endpoint for viewing collections or samples of source images.

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

{
    "count": 72,
    "next": "https://api.beluga.insectai.org/api/v2/captures/collections/?format=api&limit=20&offset=20",
    "previous": null,
    "results": [
        {
            "id": 1,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/1/?format=api",
            "name": "20 Minute Intervals",
            "project": 4,
            "method": "interval",
            "kwargs": {
                "minute_interval": 20
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=1",
            "source_images_count": 4991,
            "source_images_with_detections_count": 58,
            "source_images_processed_count": 151,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [],
            "created_at": "2023-09-16T00:03:42.828411",
            "updated_at": "2023-09-30T03:12:57.972706",
            "user_permissions": []
        },
        {
            "id": 2,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/2/?format=api",
            "name": "Denmark 60 Minute Intervals",
            "project": 16,
            "method": "interval",
            "kwargs": {
                "minute_interval": 60
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=2",
            "source_images_count": 731,
            "source_images_with_detections_count": 5,
            "source_images_processed_count": 5,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [],
            "created_at": "2023-10-12T03:13:25.252882",
            "updated_at": "2023-10-12T03:23:01.979380",
            "user_permissions": []
        },
        {
            "id": 3,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/3/?format=api",
            "name": "Panama 10 minute intervals",
            "project": 20,
            "method": "interval",
            "kwargs": {
                "minute_interval": 10
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=3",
            "source_images_count": 640,
            "source_images_with_detections_count": 622,
            "source_images_processed_count": 626,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 1033,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1033/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2024-10-08T14:13:43.060423",
                    "updated_at": "2024-11-13T17:15:32.891778",
                    "user_permissions": []
                },
                {
                    "id": 1032,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1032/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2024-10-08T14:01:15.627037",
                    "updated_at": "2024-11-13T17:15:32.903576",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-10-17T02:20:30.614541",
            "updated_at": "2024-10-08T14:00:42.202884",
            "user_permissions": []
        },
        {
            "id": 4,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/4/?format=api",
            "name": "Denmark - Last image from each night",
            "project": 16,
            "method": "last_and_random_from_each_event",
            "kwargs": {
                "num_each": 0
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=4",
            "source_images_count": 1472,
            "source_images_with_detections_count": 190,
            "source_images_processed_count": 190,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [],
            "created_at": "2023-10-19T03:14:57.581708",
            "updated_at": "2023-10-19T03:15:58.922766",
            "user_permissions": []
        },
        {
            "id": 5,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/5/?format=api",
            "name": "Denmark with detections",
            "project": 16,
            "method": "detections_only",
            "kwargs": {},
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=5",
            "source_images_count": 1233,
            "source_images_with_detections_count": 190,
            "source_images_processed_count": 190,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 197,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/197/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-11-30T17:25:37.551713",
                    "updated_at": "2024-11-13T17:15:35.442386",
                    "user_permissions": []
                },
                {
                    "id": 193,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/193/?format=api",
                    "status": "REVOKED",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-11-30T15:10:26.772268",
                    "updated_at": "2024-11-13T17:15:35.455321",
                    "user_permissions": []
                },
                {
                    "id": 124,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/124/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-11-20T14:59:14.826005",
                    "updated_at": "2024-11-13T17:15:35.468054",
                    "user_permissions": []
                },
                {
                    "id": 110,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/110/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-11-10T03:08:20.485322",
                    "updated_at": "2024-11-13T17:15:35.473138",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-10-20T01:36:06.248492",
            "updated_at": "2023-10-20T01:36:20.000224",
            "user_permissions": []
        },
        {
            "id": 6,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/6/?format=api",
            "name": "Panama November",
            "project": 20,
            "method": "interval",
            "kwargs": {
                "minute_interval": 0
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=6",
            "source_images_count": 1285,
            "source_images_with_detections_count": 1281,
            "source_images_processed_count": 1285,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 1264,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1264/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2026-04-01T17:08:03.980564",
                    "updated_at": "2026-04-01T18:40:51.981070",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-11-20T12:23:03.873598",
            "updated_at": "2023-11-20T12:23:57.315706",
            "user_permissions": []
        },
        {
            "id": 10,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/10/?format=api",
            "name": "Starred Images",
            "project": 20,
            "method": "starred",
            "kwargs": {},
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=10",
            "source_images_count": 18,
            "source_images_with_detections_count": 18,
            "source_images_processed_count": 18,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [],
            "created_at": "2023-11-27T19:23:49.451423",
            "updated_at": "2023-11-27T19:23:49.451439",
            "user_permissions": []
        },
        {
            "id": 11,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/11/?format=api",
            "name": "Starred Images",
            "project": 18,
            "method": "starred",
            "kwargs": {},
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=11",
            "source_images_count": 20,
            "source_images_with_detections_count": 20,
            "source_images_processed_count": 20,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 1208,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1208/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2025-01-27T11:19:27.878480",
                    "updated_at": "2025-01-27T11:20:24.719352",
                    "user_permissions": []
                },
                {
                    "id": 1207,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1207/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2025-01-27T11:15:46.867858",
                    "updated_at": "2025-01-27T11:17:03.161764",
                    "user_permissions": []
                },
                {
                    "id": 289,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/289/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2024-02-16T20:03:15.902530",
                    "updated_at": "2024-11-13T17:15:35.284459",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-11-29T00:00:16.852211",
            "updated_at": "2023-11-29T00:00:16.852246",
            "user_permissions": []
        },
        {
            "id": 12,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/12/?format=api",
            "name": "Starred Images",
            "project": 1,
            "method": "starred",
            "kwargs": {},
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=12",
            "source_images_count": 4,
            "source_images_with_detections_count": 3,
            "source_images_processed_count": 3,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 551,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/551/?format=api",
                    "status": "FAILURE",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2024-03-19T13:46:05.428337",
                    "updated_at": "2024-11-13T17:15:34.434089",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-11-29T01:17:36.055412",
            "updated_at": "2023-11-29T01:17:36.055429",
            "user_permissions": []
        },
        {
            "id": 13,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/13/?format=api",
            "name": "Panama last and random",
            "project": 20,
            "method": "last_and_random_from_each_event",
            "kwargs": {
                "num_each": 10
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=13",
            "source_images_count": 56,
            "source_images_with_detections_count": 55,
            "source_images_processed_count": 56,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [],
            "created_at": "2023-11-30T00:29:08.537440",
            "updated_at": "2023-11-30T00:29:15.331098",
            "user_permissions": []
        },
        {
            "id": 14,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/14/?format=api",
            "name": "Starred Images",
            "project": 16,
            "method": "starred",
            "kwargs": {},
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=14",
            "source_images_count": 12,
            "source_images_with_detections_count": 8,
            "source_images_processed_count": 8,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [],
            "created_at": "2023-11-30T15:53:40.239462",
            "updated_at": "2023-11-30T15:53:40.239481",
            "user_permissions": []
        },
        {
            "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": null,
            "taxa_count": null,
            "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": []
        },
        {
            "id": 16,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/16/?format=api",
            "name": "VCE - Every 2 hours",
            "project": 18,
            "method": "interval",
            "kwargs": {
                "minute_interval": 120
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=16",
            "source_images_count": 562,
            "source_images_with_detections_count": 380,
            "source_images_processed_count": 380,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 680,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/680/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2024-05-14T11:23:09.259873",
                    "updated_at": "2024-11-13T17:15:34.067586",
                    "user_permissions": []
                },
                {
                    "id": 679,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/679/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2024-05-13T12:43:12.418161",
                    "updated_at": "2024-11-13T17:15:34.072897",
                    "user_permissions": []
                },
                {
                    "id": 219,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/219/?format=api",
                    "status": "FAILURE",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-12-03T05:07:24.992460",
                    "updated_at": "2024-11-13T17:15:35.414405",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-12-03T05:00:48.162375",
            "updated_at": "2024-05-13T12:42:45.573433",
            "user_permissions": []
        },
        {
            "id": 17,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/17/?format=api",
            "name": "VCE - Largest filesizes",
            "project": 18,
            "method": "greatest_file_size_from_each_event",
            "kwargs": {},
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=17",
            "source_images_count": 137,
            "source_images_with_detections_count": 25,
            "source_images_processed_count": 25,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [],
            "created_at": "2023-12-03T05:04:16.008507",
            "updated_at": "2023-12-03T05:04:23.340014",
            "user_permissions": []
        },
        {
            "id": 18,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/18/?format=api",
            "name": "Panama - Hourly",
            "project": 20,
            "method": "interval",
            "kwargs": {
                "minute_interval": 50
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=18",
            "source_images_count": 135,
            "source_images_with_detections_count": 125,
            "source_images_processed_count": 126,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 1145,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1145/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "Populate captures collection",
                        "key": "populate_captures_collection"
                    },
                    "created_at": "2025-01-21T22:08:09.690210",
                    "updated_at": "2025-01-21T22:08:20.226282",
                    "user_permissions": []
                },
                {
                    "id": 233,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/233/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-12-06T21:58:22.636596",
                    "updated_at": "2024-11-13T17:15:35.371508",
                    "user_permissions": []
                },
                {
                    "id": 223,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/223/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-12-03T23:50:27.794364",
                    "updated_at": "2024-11-13T17:15:35.398630",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-12-03T23:45:43.161288",
            "updated_at": "2025-01-21T22:08:20.123434",
            "user_permissions": []
        },
        {
            "id": 19,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/19/?format=api",
            "name": "Insectarium, bi-hourly",
            "project": 23,
            "method": "interval",
            "kwargs": {
                "minute_interval": 120
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=19",
            "source_images_count": 656,
            "source_images_with_detections_count": 166,
            "source_images_processed_count": 286,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 1263,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1263/?format=api",
                    "status": "STARTED",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2026-04-01T16:58:19.179849",
                    "updated_at": "2026-04-01T17:10:59.603418",
                    "user_permissions": []
                },
                {
                    "id": 1219,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1219/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "Data Export",
                        "key": "data_export"
                    },
                    "created_at": "2025-04-09T16:44:57.451307",
                    "updated_at": "2025-04-09T16:44:58.180683",
                    "user_permissions": []
                },
                {
                    "id": 1218,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1218/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "Data Export",
                        "key": "data_export"
                    },
                    "created_at": "2025-04-09T16:44:44.159096",
                    "updated_at": "2025-04-09T16:44:45.179525",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-12-03T23:51:44.930543",
            "updated_at": "2023-12-03T23:54:19.614542",
            "user_permissions": []
        },
        {
            "id": 20,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/20/?format=api",
            "name": "Forestry Centre, End of every night",
            "project": 24,
            "method": "last_and_random_from_each_event",
            "kwargs": {
                "num_each": 0
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=20",
            "source_images_count": 100,
            "source_images_with_detections_count": 90,
            "source_images_processed_count": 90,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 224,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/224/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-12-04T00:07:19.072237",
                    "updated_at": "2024-11-13T17:15:35.392603",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-12-03T23:57:29.129959",
            "updated_at": "2023-12-04T00:06:57.640245",
            "user_permissions": []
        },
        {
            "id": 21,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/21/?format=api",
            "name": "Insectarium, End of every night",
            "project": 23,
            "method": "last_and_random_from_each_event",
            "kwargs": {
                "num_each": 0
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=21",
            "source_images_count": 403,
            "source_images_with_detections_count": 147,
            "source_images_processed_count": 148,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 1146,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1146/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "Populate captures collection",
                        "key": "populate_captures_collection"
                    },
                    "created_at": "2025-01-21T23:25:58.317201",
                    "updated_at": "2025-01-21T23:26:00.343763",
                    "user_permissions": []
                },
                {
                    "id": 982,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/982/?format=api",
                    "status": "SUCCESS",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2024-09-25T20:19:08.463819",
                    "updated_at": "2024-11-13T17:15:33.351924",
                    "user_permissions": []
                },
                {
                    "id": 225,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/225/?format=api",
                    "status": "FAILURE",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-12-04T00:07:40.868399",
                    "updated_at": "2024-11-13T17:15:35.388953",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-12-04T00:06:20.289813",
            "updated_at": "2025-01-21T23:26:00.241047",
            "user_permissions": []
        },
        {
            "id": 22,
            "details": "https://api.beluga.insectai.org/api/v2/captures/collections/22/?format=api",
            "name": "UK, End of nights",
            "project": 1,
            "method": "last_and_random_from_each_event",
            "kwargs": {
                "num_each": 0
            },
            "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=22",
            "source_images_count": 222,
            "source_images_with_detections_count": 120,
            "source_images_processed_count": 120,
            "occurrences_count": null,
            "taxa_count": null,
            "description": "",
            "jobs": [
                {
                    "id": 1233,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/1233/?format=api",
                    "status": "FAILURE",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2025-09-01T20:50:51.091170",
                    "updated_at": "2025-09-02T00:00:24.252764",
                    "user_permissions": []
                },
                {
                    "id": 226,
                    "details": "https://api.beluga.insectai.org/api/v2/jobs/226/?format=api",
                    "status": "FAILURE",
                    "job_type": {
                        "name": "ML pipeline",
                        "key": "ml"
                    },
                    "created_at": "2023-12-04T00:09:46.533440",
                    "updated_at": "2024-11-13T17:15:35.383839",
                    "user_permissions": []
                }
            ],
            "created_at": "2023-12-04T00:09:20.843483",
            "updated_at": "2023-12-04T00:09:26.780709",
            "user_permissions": []
        },
        {
            "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": null,
            "taxa_count": null,
            "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": []
        }
    ],
    "user_permissions": []
}
Kwargs

Lists are not currently supported in HTML input.

Lists are not currently supported in HTML input.

Lists are not currently supported in HTML input.