---
title: "List Subject Types"
method: GET
path: "/geo/types"
tags: ["Tracked Subject Types"]
---

# List Subject Types

`GET /geo/types`

## Response `200`

List Subject Types

- SubjectType[]
  - `subjectType` 'vehicle' | 'person' | 'drone' | 'other', required
  - `subjectSubtype` string, required
  - `displayName` string, required
  - `ttlSeconds` integer — 0 is disabled TTL

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found (provided id doesn't match any existing)

---

[API](https://skmtc.dev/flocksafety/apis/oauth-api.md) · [All operations](https://skmtc.dev/flocksafety/apis/oauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flocksafety/oauth-api/revisions/126df7964ba5/schema)
