---
title: "Retrieve area trigger activation by ID"
method: GET
path: "/area-trigger-activations/{id}/"
tags: ["area-trigger-activations"]
---

# Retrieve area trigger activation by ID

`GET /area-trigger-activations/{id}/`

This method retrieves an area trigger activation by its ID.

## Path parameters

- `id` integer, required

## Response `200`

- AreaTriggerActivation
  - `id` integer, required
  - `created_date` string, date-time, required — AreaTrigger activation date
  - `area` integer, required — AreaTrigger that was activated
  - `active` boolean, required — `true` if the area trigger is active at the moment. It remains active while conditions are met
  - `duration` integer, required — Time in seconds the trigger has been active
  - `max_body_count` integer, required — Max people count on the frame during trigger work

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
