---
title: "Get"
method: GET
path: "/tracking/geofence_templates/v1/{geofence_template_id}"
tags: ["/tracking", "/tracking/geofence_templates"]
---

# Get

`GET /tracking/geofence_templates/v1/{geofence_template_id}`

Retrieves a geofence template owned by the caller's organization. | authz: min_org_role=operator | () -> (SessionGeofenceTemplate1)

## Path parameters

- `geofence_template_id` string, required

## Response `200`

Successful Response

- SessionGeofenceTemplate1
  - `schema_version` 1, required
  - `name` string, required
  - `description` string, nullable
  - `geofences` SessionGeofenceBase1[], required — unresolved $ref
  - `_id` string, required
  - `owned_by_org_id` string, required — Must be a string starting with `org_`
  - `owned_by_user_id` string, required — Must be a string starting with `user_`
  - `created_at_timestamp` string, date-time, required
  - `last_edited_at_timestamp` string, date-time, required
  - `last_used_at_timestamp` string, date-time, nullable
  - `archived_at_timestamp` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/chrt/apis/chrt-fastapi/revisions/9a30893d8db1?raw)
