API endpoint that allows algorithm category maps to be viewed or edited.

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

{
    "id": 594,
    "labels": [],
    "data": [],
    "algorithms": [
        "https://api.beluga.insectai.org/api/v2/ml/algorithms/7/?format=api"
    ],
    "version": null,
    "uri": null,
    "created_at": "2026-04-01T17:09:36.974278",
    "updated_at": "2026-04-01T17:09:36.974290",
    "user_permissions": []
}