---
title: "List synced Intune devices"
method: GET
path: "/intune_devices"
tags: ["Intune Devices"]
---

# List synced Intune devices

`GET /intune_devices`

## Query parameters

- `limit` integer
- `page_cursor` string

## Response `200`

Intune device response

- IntuneDeviceListResponse
  - `data` IntuneDevice[]
    - `device_registration_state` string, nullable
    - `attestation_operating_system_rev_list_info` string, nullable
    - `entra_registered` boolean, nullable
    - `attestation_boot_app_security_version` string, nullable
    - `operating_system` string, nullable
    - `is_supervised` boolean, nullable
    - `notes` string, nullable
    - `free_storage_space_bytes` integer, nullable
    - `attestation_issued_at` string, date-time, nullable
    - `config_manager_compliance_policy` boolean, nullable
    - `user_display_name` string, nullable
    - `config_manager_device_configuration` boolean, nullable
    - `config_manager_inventory` boolean, nullable
    - `updated_at` string, date-time, nullable
    - `enrolled_at` string, date-time, nullable
    - `total_storage_space_bytes` integer, nullable
    - `device_action_results` object[], nullable
    - `attestation_operating_system_kernel_debugging` string, nullable
    - `ethernet_mac_address` string, nullable
    - `synced_at` string, date-time, required
    - `inserted_at` string, date-time, nullable
    - `remote_assistance_session_url` string, nullable
    - `attestation_health_status_mismatch_info` string, nullable
    - `intune_id` string, required
    - `management_certificate_expires_at` string, date-time, nullable
    - `compliance_state` string, nullable
    - `require_user_enrollment_approval` boolean, nullable
    - `attestation_code_integrity_check_version` string, nullable
    - `attestation_pcr0` string, nullable
    - `attestation_boot_revision_list_info` string, nullable
    - `attestation_reset_count` integer, nullable
    - `attestation_safe_mode` string, nullable
    - `managed_device_owner_type` string, nullable
    - `serial_number` string, nullable
    - `attestation_secure_boot` string, nullable
    - `device_category_display_name` string, nullable
    - `attestation_code_integrity_policy` string, nullable
    - `attestation_virtual_secure_mode` string, nullable
    - `remote_assistance_session_error_details` string, nullable
    - `last_sync_at` string, date-time, nullable
    - `attestation_bit_locker_status` string, nullable
    - `is_encrypted` boolean, nullable
    - `eas_activated` boolean, nullable
    - `manufacturer` string, nullable
    - `eas_activated_at` string, date-time, nullable
    - `account_id` string, uuid, required
    - `attestation_early_launch_anti_malware_driver_protection` string, nullable
    - `attestation_last_update_date_time` string, nullable
    - `management_agent` string, nullable
    - `attestation_tpm_version` string, nullable
    - `management_state` string, nullable
    - `wifi_mac_address` string, nullable
    - `attestation_code_integrity` string, nullable
    - `user_principal_name` string, nullable
    - `entra_device_id` string, nullable
    - `android_security_patch_level` string, nullable
    - `attestation_supported_status` string, nullable
    - `attestation_pcr_hash_algorithm` string, nullable
    - `device_enrollment_type` string, nullable
    - `subscriber_carrier` string, nullable
    - `enrollment_profile_name` string, nullable
    - `model` string, nullable
    - `attestation_boot_manager_version` string, nullable
    - `partner_reported_threat_state` string, nullable
    - `config_manager_modern_apps` boolean, nullable
    - `user_id` string, nullable
    - `jail_broken` string, nullable
    - `eas_device_id` string, nullable
    - `exchange_last_successful_sync_at` string, date-time, nullable
    - `attestation_content_version` string, nullable
    - `exchange_access_state` string, nullable
    - `managed_device_name` string, nullable
    - `udid` string, nullable
    - `attestation_secure_boot_config_policy_fingerprint` string, nullable
    - `attestation_identity_key` string, nullable
    - `attestation_boot_manager_security_version` string, nullable
    - `compliance_grace_period_expiration_at` string, date-time, nullable
    - `exchange_access_state_reason` string, nullable
    - `attestation_windows_pe` string, nullable
    - `attestation_status` string, nullable
    - `iccid` string, nullable
    - `meid` string, nullable
    - `attestation_test_signing` string, nullable
    - `attestation_boot_debugging` string, nullable
    - `attestation_data_execution_policy` string, nullable
    - `phone_number` string, nullable
    - `attestation_restart_count` integer, nullable
    - `imei` string, nullable
    - `os_version` string, nullable
    - `physical_memory_bytes` integer, nullable
    - `config_manager_windows_update_for_business` boolean, nullable
    - `email_address` string, nullable
    - `device_name` string, nullable
    - `attestation_content_namespace_url` string, nullable
    - `posture_provider_id` string, uuid, required
    - `config_manager_resource_access` boolean, 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)
