---
title: "List synced Santa devices"
method: GET
path: "/santa_devices"
tags: ["Santa Devices"]
---

# List synced Santa devices

`GET /santa_devices`

## Query parameters

- `limit` integer
- `page_cursor` string

## Response `200`

Santa device response

- SantaDeviceListResponse
  - `data` SantaDevice[]
    - `account_id` string, uuid, required
    - `configured_client_mode` string, nullable
    - `first_seen_at` string, date-time, nullable
    - `hostname` string, nullable
    - `id` string, uuid, required
    - `inserted_at` string, date-time, nullable
    - `last_preflight_at` string, date-time, nullable
    - `last_preflight_ip` string, byte, nullable
    - `last_seen_client_mode` string, nullable
    - `last_sync_at` string, date-time, nullable
    - `machine_model` string, nullable
    - `os_build` string, nullable
    - `os_type` string, nullable
    - `os_version` string, nullable
    - `posture_provider_id` string, uuid, required
    - `primary_user` string, nullable
    - `primary_user_groups` string[], nullable
    - `primary_user_locked` boolean, nullable
    - `rule_sync_at` string, date-time, nullable
    - `santa_id` string, required
    - `santa_version` string, nullable
    - `santanetd_version` string, nullable
    - `serial_number` string, nullable
    - `sip_status` integer, nullable
    - `synced_at` string, date-time, required
    - `tags` string[], nullable
    - `tags_locked` boolean, nullable
    - `tags_truncated` boolean, nullable
    - `temporary_admin_mode_ends_at` string, date-time, nullable
    - `temporary_admin_mode_user` string, nullable
    - `temporary_monitor_mode_ends_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
  - `metadata` PaginationMetadata — Pagination metadata for paginated responses.
    - `count` integer, required — Total number of matching records
    - `limit` integer, required — Page size
    - `next_page` string, nullable, required — Cursor to fetch the next page
    - `prev_page` string, nullable, required — Cursor to fetch the previous page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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