API endpoint that allows jobs to be viewed or edited.

Pass the start_now url parameter to the POST method to enqueue the job immediately.

Use the delay field to create a test job with fake duration of work (in seconds).

Actions

/jobs/{id}/run/ (POST)

Run a job (add it to the queue).

/jobs/{id}/cancel/ (POST)

Cancel a job (terminate the background task)

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

{
    "id": 221,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/221/?format=api",
    "name": "UKCEH Trap v1 Sample",
    "delay": 0,
    "limit": 100,
    "shuffle": true,
    "project": {
        "id": 20,
        "name": "Barro Colorado Island Research Station",
        "details": "https://api.beluga.insectai.org/api/v2/projects/20/?format=api",
        "user_permissions": []
    },
    "deployment": {
        "id": 8,
        "name": "AMI System v1 Sample (Jan)",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/8/?format=api",
        "user_permissions": []
    },
    "source_image_collection": null,
    "source_image_single": null,
    "pipeline": {
        "id": 1,
        "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/1/?format=api",
        "name": "Panama moths",
        "slug": "panama_moths_2023",
        "description": "",
        "version": 1,
        "version_name": "",
        "created_at": "2023-11-10T02:41:27.683282",
        "updated_at": "2026-04-01T17:09:36.425601",
        "user_permissions": []
    },
    "status": "SUCCESS",
    "created_at": "2023-12-03T22:13:12.823165",
    "updated_at": "2024-11-13T17:15:35.402895",
    "started_at": "2023-12-03T22:13:33.149088",
    "finished_at": "2023-12-03T22:42:50.636688",
    "duration": "1757.4876",
    "progress": {
        "summary": {
            "status": "SUCCESS",
            "progress": 0.75
        },
        "stages": [
            {
                "status": "CREATED",
                "progress": 0.0,
                "key": "delay",
                "name": "Delay",
                "params": [
                    {
                        "name": "Delay",
                        "key": "delay",
                        "category": "default",
                        "value": 1
                    },
                    {
                        "name": "Mood",
                        "key": "mood",
                        "category": "default",
                        "value": "😴"
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "collect",
                "name": "Collect",
                "params": [
                    {
                        "name": "Total Images",
                        "key": "total_images",
                        "category": "default",
                        "value": 703
                    },
                    {
                        "name": "Limit",
                        "key": "limit",
                        "category": "default",
                        "value": 100
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "process",
                "name": "Process",
                "params": [
                    {
                        "name": "Proccessed",
                        "key": "proccessed",
                        "category": "default",
                        "value": 100
                    },
                    {
                        "name": "Remaining",
                        "key": "remaining",
                        "category": "default",
                        "value": 0
                    },
                    {
                        "name": "Detections",
                        "key": "detections",
                        "category": "default",
                        "value": 763
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 681
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Objects created",
                        "key": "objects_created",
                        "category": "default",
                        "value": 20
                    }
                ]
            }
        ],
        "errors": [],
        "logs": [
            "[2023-12-03 22:42:54] INFO Finished job #221 \"UKCEH Trap v1 Sample\" (SUCCESS)",
            "[2023-12-03 22:42:50] INFO Finished job #221 \"UKCEH Trap v1 Sample\" (SUCCESS)",
            "[2023-12-03 22:42:50] INFO Changing status of job 221 to SUCCESS",
            "[2023-12-03 22:42:45] INFO Changing status of job 221 to SUCCESS",
            "[2023-12-03 22:42:41] INFO Created 20 objects",
            "[2023-12-03 22:42:37] INFO Saving results",
            "[2023-12-03 22:42:33] INFO Found 10 classifications",
            "[2023-12-03 22:42:29] INFO Found 10 detections",
            "[2023-12-03 22:42:16] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:42:10] INFO Created 48 objects",
            "[2023-12-03 22:42:05] INFO Saving results",
            "[2023-12-03 22:42:00] INFO Found 23 classifications",
            "[2023-12-03 22:41:57] INFO Found 25 detections",
            "[2023-12-03 22:41:56] INFO Found 25 detections",
            "[2023-12-03 22:41:35] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:41:32] INFO Created 25 objects",
            "[2023-12-03 22:41:27] INFO Saving results",
            "[2023-12-03 22:41:24] INFO Found 11 classifications",
            "[2023-12-03 22:41:19] INFO Found 14 detections",
            "[2023-12-03 22:41:05] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:41:01] INFO Created 23 objects",
            "[2023-12-03 22:40:57] INFO Saving results",
            "[2023-12-03 22:40:53] INFO Found 11 classifications",
            "[2023-12-03 22:40:49] INFO Found 12 detections",
            "[2023-12-03 22:40:36] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:40:32] INFO Created 25 objects",
            "[2023-12-03 22:40:27] INFO Saving results",
            "[2023-12-03 22:40:24] INFO Found 12 classifications",
            "[2023-12-03 22:40:20] INFO Found 13 detections",
            "[2023-12-03 22:40:05] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:40:02] INFO Created 34 objects",
            "[2023-12-03 22:39:57] INFO Saving results",
            "[2023-12-03 22:39:53] INFO Found 17 classifications",
            "[2023-12-03 22:39:49] INFO Found 17 detections",
            "[2023-12-03 22:39:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:39:32] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:39:30] INFO Created 28 objects",
            "[2023-12-03 22:39:26] INFO Saving results",
            "[2023-12-03 22:39:23] INFO Found 13 classifications",
            "[2023-12-03 22:39:19] INFO Found 15 detections",
            "[2023-12-03 22:39:18] INFO Found 15 detections",
            "[2023-12-03 22:39:03] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:38:59] INFO Created 39 objects",
            "[2023-12-03 22:38:54] INFO Saving results",
            "[2023-12-03 22:38:51] INFO Found 17 classifications",
            "[2023-12-03 22:38:48] INFO Found 22 detections",
            "[2023-12-03 22:38:47] INFO Found 22 detections",
            "[2023-12-03 22:38:15] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:38:11] INFO Created 22 objects",
            "[2023-12-03 22:38:07] INFO Saving results",
            "[2023-12-03 22:38:04] INFO Found 10 classifications",
            "[2023-12-03 22:38:01] INFO Found 12 detections",
            "[2023-12-03 22:37:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:37:34] INFO Created 23 objects",
            "[2023-12-03 22:37:29] INFO Saving results",
            "[2023-12-03 22:37:25] INFO Found 10 classifications",
            "[2023-12-03 22:37:22] INFO Found 13 detections",
            "[2023-12-03 22:36:55] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:36:52] INFO Created 20 objects",
            "[2023-12-03 22:36:48] INFO Saving results",
            "[2023-12-03 22:36:45] INFO Found 10 classifications",
            "[2023-12-03 22:36:43] INFO Found 10 detections",
            "[2023-12-03 22:36:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:36:17] INFO Created 32 objects",
            "[2023-12-03 22:36:13] INFO Saving results",
            "[2023-12-03 22:36:09] INFO Found 15 classifications",
            "[2023-12-03 22:36:07] INFO Found 17 detections",
            "[2023-12-03 22:36:06] INFO Found 17 detections",
            "[2023-12-03 22:35:37] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:35:34] INFO Created 28 objects",
            "[2023-12-03 22:35:30] INFO Saving results",
            "[2023-12-03 22:35:27] INFO Found 14 classifications",
            "[2023-12-03 22:35:24] INFO Found 14 detections",
            "[2023-12-03 22:34:52] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:34:49] INFO Created 24 objects",
            "[2023-12-03 22:34:45] INFO Saving results",
            "[2023-12-03 22:34:43] INFO Found 11 classifications",
            "[2023-12-03 22:34:40] INFO Found 13 detections",
            "[2023-12-03 22:34:15] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:34:13] INFO Created 54 objects",
            "[2023-12-03 22:34:09] INFO Saving results",
            "[2023-12-03 22:34:07] INFO Found 26 classifications",
            "[2023-12-03 22:34:04] INFO Found 28 detections",
            "[2023-12-03 22:33:23] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:33:20] INFO Created 16 objects",
            "[2023-12-03 22:33:17] INFO Saving results",
            "[2023-12-03 22:33:14] INFO Found 8 classifications",
            "[2023-12-03 22:33:11] INFO Found 8 detections",
            "[2023-12-03 22:32:42] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:32:40] INFO Created 13 objects",
            "[2023-12-03 22:32:37] INFO Saving results",
            "[2023-12-03 22:32:35] INFO Found 6 classifications",
            "[2023-12-03 22:32:34] INFO Found 6 classifications",
            "[2023-12-03 22:32:32] INFO Found 7 detections",
            "[2023-12-03 22:32:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:32:05] INFO Created 35 objects",
            "[2023-12-03 22:32:02] INFO Saving results",
            "[2023-12-03 22:31:59] INFO Found 16 classifications",
            "[2023-12-03 22:31:57] INFO Found 19 detections",
            "[2023-12-03 22:31:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:31:30] INFO Created 52 objects",
            "[2023-12-03 22:31:26] INFO Saving results",
            "[2023-12-03 22:31:24] INFO Found 24 classifications",
            "[2023-12-03 22:31:22] INFO Found 28 detections",
            "[2023-12-03 22:30:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:30:43] INFO Created 29 objects",
            "[2023-12-03 22:30:40] INFO Saving results",
            "[2023-12-03 22:30:38] INFO Found 14 classifications",
            "[2023-12-03 22:30:35] INFO Found 15 detections",
            "[2023-12-03 22:30:00] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:29:58] INFO Created 23 objects",
            "[2023-12-03 22:29:55] INFO Saving results",
            "[2023-12-03 22:29:53] INFO Found 11 classifications",
            "[2023-12-03 22:29:51] INFO Found 12 detections",
            "[2023-12-03 22:29:24] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:29:22] INFO Created 27 objects",
            "[2023-12-03 22:29:20] INFO Saving results",
            "[2023-12-03 22:29:18] INFO Found 13 classifications",
            "[2023-12-03 22:29:16] INFO Found 14 detections",
            "[2023-12-03 22:28:50] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:28:48] INFO Created 25 objects",
            "[2023-12-03 22:28:45] INFO Saving results",
            "[2023-12-03 22:28:43] INFO Found 12 classifications",
            "[2023-12-03 22:28:42] INFO Found 13 detections",
            "[2023-12-03 22:28:19] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:28:17] INFO Created 27 objects",
            "[2023-12-03 22:28:14] INFO Saving results",
            "[2023-12-03 22:28:12] INFO Found 12 classifications",
            "[2023-12-03 22:28:10] INFO Found 15 detections",
            "[2023-12-03 22:27:42] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:27:40] INFO Created 27 objects",
            "[2023-12-03 22:27:38] INFO Saving results",
            "[2023-12-03 22:27:36] INFO Found 13 classifications",
            "[2023-12-03 22:27:34] INFO Found 14 detections",
            "[2023-12-03 22:27:12] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:27:10] INFO Created 33 objects",
            "[2023-12-03 22:27:08] INFO Saving results",
            "[2023-12-03 22:27:07] INFO Saving results",
            "[2023-12-03 22:27:05] INFO Found 15 classifications",
            "[2023-12-03 22:27:04] INFO Found 18 detections",
            "[2023-12-03 22:26:34] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:26:32] INFO Created 24 objects",
            "[2023-12-03 22:26:29] INFO Saving results",
            "[2023-12-03 22:26:28] INFO Found 11 classifications",
            "[2023-12-03 22:26:26] INFO Found 13 detections",
            "[2023-12-03 22:26:04] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:26:02] INFO Created 41 objects",
            "[2023-12-03 22:26:00] INFO Saving results",
            "[2023-12-03 22:25:59] INFO Found 20 classifications",
            "[2023-12-03 22:25:57] INFO Found 21 detections",
            "[2023-12-03 22:25:27] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:25:26] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:25:25] INFO Created 26 objects",
            "[2023-12-03 22:25:23] INFO Saving results",
            "[2023-12-03 22:25:22] INFO Found 12 classifications",
            "[2023-12-03 22:25:20] INFO Found 14 detections",
            "[2023-12-03 22:24:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:24:49] INFO Created 18 objects",
            "[2023-12-03 22:24:48] INFO Saving results",
            "[2023-12-03 22:24:47] INFO Saving results",
            "[2023-12-03 22:24:46] INFO Found 8 classifications",
            "[2023-12-03 22:24:44] INFO Found 10 detections",
            "[2023-12-03 22:24:25] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:24:23] INFO Created 31 objects",
            "[2023-12-03 22:24:20] INFO Saving results",
            "[2023-12-03 22:24:18] INFO Found 15 classifications",
            "[2023-12-03 22:24:17] INFO Found 16 detections",
            "[2023-12-03 22:23:44] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:23:43] INFO Created 25 objects",
            "[2023-12-03 22:23:41] INFO Saving results",
            "[2023-12-03 22:23:40] INFO Found 12 classifications",
            "[2023-12-03 22:23:39] INFO Found 13 detections",
            "[2023-12-03 22:23:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:23:07] INFO Created 24 objects",
            "[2023-12-03 22:23:05] INFO Saving results",
            "[2023-12-03 22:23:04] INFO Found 11 classifications",
            "[2023-12-03 22:23:03] INFO Found 13 detections",
            "[2023-12-03 22:22:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:22:37] INFO Created 36 objects",
            "[2023-12-03 22:22:34] INFO Saving results",
            "[2023-12-03 22:22:33] INFO Found 17 classifications",
            "[2023-12-03 22:22:31] INFO Found 19 detections",
            "[2023-12-03 22:22:04] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:22:03] INFO Created 30 objects",
            "[2023-12-03 22:22:00] INFO Saving results",
            "[2023-12-03 22:22:00] INFO Found 14 classifications",
            "[2023-12-03 22:21:58] INFO Found 16 detections",
            "[2023-12-03 22:21:30] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:21:29] INFO Created 32 objects",
            "[2023-12-03 22:21:27] INFO Saving results",
            "[2023-12-03 22:21:26] INFO Found 15 classifications",
            "[2023-12-03 22:21:25] INFO Found 17 detections",
            "[2023-12-03 22:20:59] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:58] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:58] INFO Created 28 objects",
            "[2023-12-03 22:20:56] INFO Saving results",
            "[2023-12-03 22:20:56] INFO Found 13 classifications",
            "[2023-12-03 22:20:55] INFO Found 15 detections",
            "[2023-12-03 22:20:26] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:25] INFO Created 19 objects",
            "[2023-12-03 22:20:24] INFO Saving results",
            "[2023-12-03 22:20:24] INFO Found 8 classifications",
            "[2023-12-03 22:20:23] INFO Found 8 classifications",
            "[2023-12-03 22:20:23] INFO Found 11 detections",
            "[2023-12-03 22:20:01] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:01] INFO Created 22 objects",
            "[2023-12-03 22:19:59] INFO Saving results",
            "[2023-12-03 22:19:59] INFO Found 10 classifications",
            "[2023-12-03 22:19:58] INFO Found 12 detections",
            "[2023-12-03 22:19:30] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:19:29] INFO Created 28 objects",
            "[2023-12-03 22:19:28] INFO Saving results",
            "[2023-12-03 22:19:27] INFO Found 14 classifications",
            "[2023-12-03 22:19:27] INFO Found 14 detections",
            "[2023-12-03 22:19:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:19:08] INFO Created 28 objects",
            "[2023-12-03 22:19:06] INFO Saving results",
            "[2023-12-03 22:19:06] INFO Found 13 classifications",
            "[2023-12-03 22:19:05] INFO Found 15 detections",
            "[2023-12-03 22:18:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:18:30] INFO Created 35 objects",
            "[2023-12-03 22:18:29] INFO Saving results",
            "[2023-12-03 22:18:29] INFO Found 17 classifications",
            "[2023-12-03 22:18:28] INFO Found 18 detections",
            "[2023-12-03 22:17:55] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:17:55] INFO Created 31 objects",
            "[2023-12-03 22:17:54] INFO Saving results",
            "[2023-12-03 22:17:53] INFO Found 15 classifications",
            "[2023-12-03 22:17:53] INFO Found 16 detections",
            "[2023-12-03 22:17:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:17:20] INFO Created 35 objects",
            "[2023-12-03 22:17:19] INFO Saving results",
            "[2023-12-03 22:17:18] INFO Found 17 classifications",
            "[2023-12-03 22:17:18] INFO Found 18 detections",
            "[2023-12-03 22:16:48] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:16:48] INFO Created 23 objects",
            "[2023-12-03 22:16:47] INFO Saving results",
            "[2023-12-03 22:16:46] INFO Found 11 classifications",
            "[2023-12-03 22:16:46] INFO Found 12 detections",
            "[2023-12-03 22:16:19] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:16:19] INFO Created 19 objects",
            "[2023-12-03 22:16:18] INFO Saving results",
            "[2023-12-03 22:16:18] INFO Found 9 classifications",
            "[2023-12-03 22:16:17] INFO Found 10 detections",
            "[2023-12-03 22:15:53] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:15:52] INFO Created 32 objects",
            "[2023-12-03 22:15:51] INFO Saving results",
            "[2023-12-03 22:15:51] INFO Found 15 classifications",
            "[2023-12-03 22:15:51] INFO Found 17 detections",
            "[2023-12-03 22:15:16] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:15:16] INFO Created 20 objects",
            "[2023-12-03 22:15:15] INFO Saving results",
            "[2023-12-03 22:15:15] INFO Found 10 classifications",
            "[2023-12-03 22:15:15] INFO Found 10 detections",
            "[2023-12-03 22:14:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:14:45] INFO Created 22 objects",
            "[2023-12-03 22:14:44] INFO Saving results",
            "[2023-12-03 22:14:44] INFO Found 10 classifications",
            "[2023-12-03 22:14:44] INFO Found 12 detections",
            "[2023-12-03 22:14:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:14:20] INFO Created 63 objects",
            "[2023-12-03 22:14:18] INFO Saving results",
            "[2023-12-03 22:14:18] INFO Found 30 classifications",
            "[2023-12-03 22:14:18] INFO Found 33 detections",
            "[2023-12-03 22:13:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:13:33] WARNING Limiting number of images to 100 (out of 703)",
            "[2023-12-03 22:13:33] INFO Shuffling images",
            "[2023-12-03 22:13:33] INFO Found 703 images to process",
            "[2023-12-03 22:13:33] INFO Changing status of job 221 to STARTED",
            "[2023-12-03 22:13:33] INFO Running job #221 \"UKCEH Trap v1 Sample\" (PENDING)"
        ]
    },
    "logs": {
        "stdout": [
            "[2023-12-03 22:42:54] INFO Finished job #221 \"UKCEH Trap v1 Sample\" (SUCCESS)",
            "[2023-12-03 22:42:50] INFO Finished job #221 \"UKCEH Trap v1 Sample\" (SUCCESS)",
            "[2023-12-03 22:42:50] INFO Changing status of job 221 to SUCCESS",
            "[2023-12-03 22:42:45] INFO Changing status of job 221 to SUCCESS",
            "[2023-12-03 22:42:41] INFO Created 20 objects",
            "[2023-12-03 22:42:37] INFO Saving results",
            "[2023-12-03 22:42:33] INFO Found 10 classifications",
            "[2023-12-03 22:42:29] INFO Found 10 detections",
            "[2023-12-03 22:42:16] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:42:10] INFO Created 48 objects",
            "[2023-12-03 22:42:05] INFO Saving results",
            "[2023-12-03 22:42:00] INFO Found 23 classifications",
            "[2023-12-03 22:41:57] INFO Found 25 detections",
            "[2023-12-03 22:41:56] INFO Found 25 detections",
            "[2023-12-03 22:41:35] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:41:32] INFO Created 25 objects",
            "[2023-12-03 22:41:27] INFO Saving results",
            "[2023-12-03 22:41:24] INFO Found 11 classifications",
            "[2023-12-03 22:41:19] INFO Found 14 detections",
            "[2023-12-03 22:41:05] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:41:01] INFO Created 23 objects",
            "[2023-12-03 22:40:57] INFO Saving results",
            "[2023-12-03 22:40:53] INFO Found 11 classifications",
            "[2023-12-03 22:40:49] INFO Found 12 detections",
            "[2023-12-03 22:40:36] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:40:32] INFO Created 25 objects",
            "[2023-12-03 22:40:27] INFO Saving results",
            "[2023-12-03 22:40:24] INFO Found 12 classifications",
            "[2023-12-03 22:40:20] INFO Found 13 detections",
            "[2023-12-03 22:40:05] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:40:02] INFO Created 34 objects",
            "[2023-12-03 22:39:57] INFO Saving results",
            "[2023-12-03 22:39:53] INFO Found 17 classifications",
            "[2023-12-03 22:39:49] INFO Found 17 detections",
            "[2023-12-03 22:39:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:39:32] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:39:30] INFO Created 28 objects",
            "[2023-12-03 22:39:26] INFO Saving results",
            "[2023-12-03 22:39:23] INFO Found 13 classifications",
            "[2023-12-03 22:39:19] INFO Found 15 detections",
            "[2023-12-03 22:39:18] INFO Found 15 detections",
            "[2023-12-03 22:39:03] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:38:59] INFO Created 39 objects",
            "[2023-12-03 22:38:54] INFO Saving results",
            "[2023-12-03 22:38:51] INFO Found 17 classifications",
            "[2023-12-03 22:38:48] INFO Found 22 detections",
            "[2023-12-03 22:38:47] INFO Found 22 detections",
            "[2023-12-03 22:38:15] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:38:11] INFO Created 22 objects",
            "[2023-12-03 22:38:07] INFO Saving results",
            "[2023-12-03 22:38:04] INFO Found 10 classifications",
            "[2023-12-03 22:38:01] INFO Found 12 detections",
            "[2023-12-03 22:37:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:37:34] INFO Created 23 objects",
            "[2023-12-03 22:37:29] INFO Saving results",
            "[2023-12-03 22:37:25] INFO Found 10 classifications",
            "[2023-12-03 22:37:22] INFO Found 13 detections",
            "[2023-12-03 22:36:55] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:36:52] INFO Created 20 objects",
            "[2023-12-03 22:36:48] INFO Saving results",
            "[2023-12-03 22:36:45] INFO Found 10 classifications",
            "[2023-12-03 22:36:43] INFO Found 10 detections",
            "[2023-12-03 22:36:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:36:17] INFO Created 32 objects",
            "[2023-12-03 22:36:13] INFO Saving results",
            "[2023-12-03 22:36:09] INFO Found 15 classifications",
            "[2023-12-03 22:36:07] INFO Found 17 detections",
            "[2023-12-03 22:36:06] INFO Found 17 detections",
            "[2023-12-03 22:35:37] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:35:34] INFO Created 28 objects",
            "[2023-12-03 22:35:30] INFO Saving results",
            "[2023-12-03 22:35:27] INFO Found 14 classifications",
            "[2023-12-03 22:35:24] INFO Found 14 detections",
            "[2023-12-03 22:34:52] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:34:49] INFO Created 24 objects",
            "[2023-12-03 22:34:45] INFO Saving results",
            "[2023-12-03 22:34:43] INFO Found 11 classifications",
            "[2023-12-03 22:34:40] INFO Found 13 detections",
            "[2023-12-03 22:34:15] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:34:13] INFO Created 54 objects",
            "[2023-12-03 22:34:09] INFO Saving results",
            "[2023-12-03 22:34:07] INFO Found 26 classifications",
            "[2023-12-03 22:34:04] INFO Found 28 detections",
            "[2023-12-03 22:33:23] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:33:20] INFO Created 16 objects",
            "[2023-12-03 22:33:17] INFO Saving results",
            "[2023-12-03 22:33:14] INFO Found 8 classifications",
            "[2023-12-03 22:33:11] INFO Found 8 detections",
            "[2023-12-03 22:32:42] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:32:40] INFO Created 13 objects",
            "[2023-12-03 22:32:37] INFO Saving results",
            "[2023-12-03 22:32:35] INFO Found 6 classifications",
            "[2023-12-03 22:32:34] INFO Found 6 classifications",
            "[2023-12-03 22:32:32] INFO Found 7 detections",
            "[2023-12-03 22:32:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:32:05] INFO Created 35 objects",
            "[2023-12-03 22:32:02] INFO Saving results",
            "[2023-12-03 22:31:59] INFO Found 16 classifications",
            "[2023-12-03 22:31:57] INFO Found 19 detections",
            "[2023-12-03 22:31:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:31:30] INFO Created 52 objects",
            "[2023-12-03 22:31:26] INFO Saving results",
            "[2023-12-03 22:31:24] INFO Found 24 classifications",
            "[2023-12-03 22:31:22] INFO Found 28 detections",
            "[2023-12-03 22:30:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:30:43] INFO Created 29 objects",
            "[2023-12-03 22:30:40] INFO Saving results",
            "[2023-12-03 22:30:38] INFO Found 14 classifications",
            "[2023-12-03 22:30:35] INFO Found 15 detections",
            "[2023-12-03 22:30:00] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:29:58] INFO Created 23 objects",
            "[2023-12-03 22:29:55] INFO Saving results",
            "[2023-12-03 22:29:53] INFO Found 11 classifications",
            "[2023-12-03 22:29:51] INFO Found 12 detections",
            "[2023-12-03 22:29:24] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:29:22] INFO Created 27 objects",
            "[2023-12-03 22:29:20] INFO Saving results",
            "[2023-12-03 22:29:18] INFO Found 13 classifications",
            "[2023-12-03 22:29:16] INFO Found 14 detections",
            "[2023-12-03 22:28:50] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:28:48] INFO Created 25 objects",
            "[2023-12-03 22:28:45] INFO Saving results",
            "[2023-12-03 22:28:43] INFO Found 12 classifications",
            "[2023-12-03 22:28:42] INFO Found 13 detections",
            "[2023-12-03 22:28:19] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:28:17] INFO Created 27 objects",
            "[2023-12-03 22:28:14] INFO Saving results",
            "[2023-12-03 22:28:12] INFO Found 12 classifications",
            "[2023-12-03 22:28:10] INFO Found 15 detections",
            "[2023-12-03 22:27:42] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:27:40] INFO Created 27 objects",
            "[2023-12-03 22:27:38] INFO Saving results",
            "[2023-12-03 22:27:36] INFO Found 13 classifications",
            "[2023-12-03 22:27:34] INFO Found 14 detections",
            "[2023-12-03 22:27:12] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:27:10] INFO Created 33 objects",
            "[2023-12-03 22:27:08] INFO Saving results",
            "[2023-12-03 22:27:07] INFO Saving results",
            "[2023-12-03 22:27:05] INFO Found 15 classifications",
            "[2023-12-03 22:27:04] INFO Found 18 detections",
            "[2023-12-03 22:26:34] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:26:32] INFO Created 24 objects",
            "[2023-12-03 22:26:29] INFO Saving results",
            "[2023-12-03 22:26:28] INFO Found 11 classifications",
            "[2023-12-03 22:26:26] INFO Found 13 detections",
            "[2023-12-03 22:26:04] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:26:02] INFO Created 41 objects",
            "[2023-12-03 22:26:00] INFO Saving results",
            "[2023-12-03 22:25:59] INFO Found 20 classifications",
            "[2023-12-03 22:25:57] INFO Found 21 detections",
            "[2023-12-03 22:25:27] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:25:26] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:25:25] INFO Created 26 objects",
            "[2023-12-03 22:25:23] INFO Saving results",
            "[2023-12-03 22:25:22] INFO Found 12 classifications",
            "[2023-12-03 22:25:20] INFO Found 14 detections",
            "[2023-12-03 22:24:51] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:24:49] INFO Created 18 objects",
            "[2023-12-03 22:24:48] INFO Saving results",
            "[2023-12-03 22:24:47] INFO Saving results",
            "[2023-12-03 22:24:46] INFO Found 8 classifications",
            "[2023-12-03 22:24:44] INFO Found 10 detections",
            "[2023-12-03 22:24:25] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:24:23] INFO Created 31 objects",
            "[2023-12-03 22:24:20] INFO Saving results",
            "[2023-12-03 22:24:18] INFO Found 15 classifications",
            "[2023-12-03 22:24:17] INFO Found 16 detections",
            "[2023-12-03 22:23:44] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:23:43] INFO Created 25 objects",
            "[2023-12-03 22:23:41] INFO Saving results",
            "[2023-12-03 22:23:40] INFO Found 12 classifications",
            "[2023-12-03 22:23:39] INFO Found 13 detections",
            "[2023-12-03 22:23:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:23:07] INFO Created 24 objects",
            "[2023-12-03 22:23:05] INFO Saving results",
            "[2023-12-03 22:23:04] INFO Found 11 classifications",
            "[2023-12-03 22:23:03] INFO Found 13 detections",
            "[2023-12-03 22:22:38] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:22:37] INFO Created 36 objects",
            "[2023-12-03 22:22:34] INFO Saving results",
            "[2023-12-03 22:22:33] INFO Found 17 classifications",
            "[2023-12-03 22:22:31] INFO Found 19 detections",
            "[2023-12-03 22:22:04] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:22:03] INFO Created 30 objects",
            "[2023-12-03 22:22:00] INFO Saving results",
            "[2023-12-03 22:22:00] INFO Found 14 classifications",
            "[2023-12-03 22:21:58] INFO Found 16 detections",
            "[2023-12-03 22:21:30] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:21:29] INFO Created 32 objects",
            "[2023-12-03 22:21:27] INFO Saving results",
            "[2023-12-03 22:21:26] INFO Found 15 classifications",
            "[2023-12-03 22:21:25] INFO Found 17 detections",
            "[2023-12-03 22:20:59] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:58] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:58] INFO Created 28 objects",
            "[2023-12-03 22:20:56] INFO Saving results",
            "[2023-12-03 22:20:56] INFO Found 13 classifications",
            "[2023-12-03 22:20:55] INFO Found 15 detections",
            "[2023-12-03 22:20:26] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:25] INFO Created 19 objects",
            "[2023-12-03 22:20:24] INFO Saving results",
            "[2023-12-03 22:20:24] INFO Found 8 classifications",
            "[2023-12-03 22:20:23] INFO Found 8 classifications",
            "[2023-12-03 22:20:23] INFO Found 11 detections",
            "[2023-12-03 22:20:01] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:20:01] INFO Created 22 objects",
            "[2023-12-03 22:19:59] INFO Saving results",
            "[2023-12-03 22:19:59] INFO Found 10 classifications",
            "[2023-12-03 22:19:58] INFO Found 12 detections",
            "[2023-12-03 22:19:30] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:19:29] INFO Created 28 objects",
            "[2023-12-03 22:19:28] INFO Saving results",
            "[2023-12-03 22:19:27] INFO Found 14 classifications",
            "[2023-12-03 22:19:27] INFO Found 14 detections",
            "[2023-12-03 22:19:08] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:19:08] INFO Created 28 objects",
            "[2023-12-03 22:19:06] INFO Saving results",
            "[2023-12-03 22:19:06] INFO Found 13 classifications",
            "[2023-12-03 22:19:05] INFO Found 15 detections",
            "[2023-12-03 22:18:31] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:18:30] INFO Created 35 objects",
            "[2023-12-03 22:18:29] INFO Saving results",
            "[2023-12-03 22:18:29] INFO Found 17 classifications",
            "[2023-12-03 22:18:28] INFO Found 18 detections",
            "[2023-12-03 22:17:55] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:17:55] INFO Created 31 objects",
            "[2023-12-03 22:17:54] INFO Saving results",
            "[2023-12-03 22:17:53] INFO Found 15 classifications",
            "[2023-12-03 22:17:53] INFO Found 16 detections",
            "[2023-12-03 22:17:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:17:20] INFO Created 35 objects",
            "[2023-12-03 22:17:19] INFO Saving results",
            "[2023-12-03 22:17:18] INFO Found 17 classifications",
            "[2023-12-03 22:17:18] INFO Found 18 detections",
            "[2023-12-03 22:16:48] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:16:48] INFO Created 23 objects",
            "[2023-12-03 22:16:47] INFO Saving results",
            "[2023-12-03 22:16:46] INFO Found 11 classifications",
            "[2023-12-03 22:16:46] INFO Found 12 detections",
            "[2023-12-03 22:16:19] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:16:19] INFO Created 19 objects",
            "[2023-12-03 22:16:18] INFO Saving results",
            "[2023-12-03 22:16:18] INFO Found 9 classifications",
            "[2023-12-03 22:16:17] INFO Found 10 detections",
            "[2023-12-03 22:15:53] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:15:52] INFO Created 32 objects",
            "[2023-12-03 22:15:51] INFO Saving results",
            "[2023-12-03 22:15:51] INFO Found 15 classifications",
            "[2023-12-03 22:15:51] INFO Found 17 detections",
            "[2023-12-03 22:15:16] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:15:16] INFO Created 20 objects",
            "[2023-12-03 22:15:15] INFO Saving results",
            "[2023-12-03 22:15:15] INFO Found 10 classifications",
            "[2023-12-03 22:15:15] INFO Found 10 detections",
            "[2023-12-03 22:14:45] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:14:45] INFO Created 22 objects",
            "[2023-12-03 22:14:44] INFO Saving results",
            "[2023-12-03 22:14:44] INFO Found 10 classifications",
            "[2023-12-03 22:14:44] INFO Found 12 detections",
            "[2023-12-03 22:14:20] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:14:20] INFO Created 63 objects",
            "[2023-12-03 22:14:18] INFO Saving results",
            "[2023-12-03 22:14:18] INFO Found 30 classifications",
            "[2023-12-03 22:14:18] INFO Found 33 detections",
            "[2023-12-03 22:13:33] INFO Sending 2 images to ML backend panama_moths_2023",
            "[2023-12-03 22:13:33] WARNING Limiting number of images to 100 (out of 703)",
            "[2023-12-03 22:13:33] INFO Shuffling images",
            "[2023-12-03 22:13:33] INFO Found 703 images to process",
            "[2023-12-03 22:13:33] INFO Changing status of job 221 to STARTED",
            "[2023-12-03 22:13:33] INFO Running job #221 \"UKCEH Trap v1 Sample\" (PENDING)"
        ],
        "stderr": []
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "internal",
    "result": null,
    "user_permissions": []
}