API endpoint that allows events to be viewed or edited.

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

{
    "id": 4463,
    "name": "Tuesday, May 7 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/4463/?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-07T19:05:10",
    "end": "2024-05-07T19:38:00",
    "day": "2024-05-07",
    "date_label": "May 7 2024",
    "duration": "1970.0",
    "duration_label": "32 minutes",
    "captures_count": 108,
    "detections_count": 0,
    "occurrences_count": 0,
    "stats": {
        "detections_max_count": 0,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=4463&ordering=timestamp",
    "first_capture": {
        "id": 13789469,
        "details": "https://api.beluga.insectai.org/api/v2/captures/13789469/?format=api",
        "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/pennsylvania/tebufenozide/LAB_Box1/Box1_20240507190510-snapshot.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=f196f151de3a4b73ad87c0ee6263c173%2F20260403%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260403T142732Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=70275abfca34f60fcf608a9706a648144d00baa8a6b59e60a105e5ee50f4c22e",
        "width": 1920,
        "height": 1080,
        "timestamp": "2024-05-07T19: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": [],
                "y": []
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2024-09-16T19:43:51.918807",
    "updated_at": "2026-01-27T17:35:37.741618",
    "user_permissions": []
}