API endpoint that allows events to be viewed or edited.

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

{
    "id": 4464,
    "name": "Wednesday, May 8 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/4464/?format=api",
    "deployment": {
        "id": 205,
        "name": "LAB_Box1",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/205/?format=api",
        "user_permissions": []
    },
    "start": "2024-05-08T14:05:10",
    "end": "2024-05-08T22:53:00",
    "day": "2024-05-08",
    "date_label": "May 8 2024",
    "duration": "31670.0",
    "duration_label": "8 hours 47 min",
    "captures_count": 791,
    "detections_count": 4,
    "occurrences_count": 0,
    "stats": {
        "detections_max_count": 2,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=4464&ordering=timestamp",
    "first_capture": {
        "id": 13789577,
        "details": "https://api.beluga.insectai.org/api/v2/captures/13789577/?format=api",
        "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/pennsylvania/tebufenozide/LAB_Box1/Box1_20240508140510-snapshot.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=f196f151de3a4b73ad87c0ee6263c173%2F20260403%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260403T143717Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7d12cf1de392122a5a599563423b5d617b2a23987cfecfb29335f3819144c788",
        "width": 1920,
        "height": 1080,
        "timestamp": "2024-05-08T14:05:10",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [],
                "y": [],
                "ticktext": []
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    0,
                    0
                ],
                "y": [
                    "Catocala robinsoni",
                    "Acharia hyperoche"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2024-09-16T19:43:52.047056",
    "updated_at": "2026-01-27T17:35:39.381278",
    "user_permissions": []
}