---
title: "Windows services"
method: GET
path: "/v2/device/{id}/windows-services"
tags: ["devices"]
---

# Windows services

`GET /v2/device/{id}/windows-services`

Returns list of Windows Services and their statuses

## Path parameters

- `id` integer, required

## Query parameters

- `name` string
- `state` 'UNKNOWN' | 'STOPPED' | 'START_PENDING' | 'RUNNING' | 'STOP_PENDING' | 'PAUSE_PENDING' | 'PAUSED' | 'CONTINUE_PENDING'

## Response `default`

default response

- object[]
  - `name` string — Name
  - `displayName` string — Display Name
  - `description` string — Description
  - `startType` 'AUTO_START' | 'AUTO_START_DELAYED' | 'BOOT_START' | 'DEMAND_START' | 'DISABLED' | 'SYSTEM_START' — Start Type
  - `userName` string — User Name
  - `state` 'UNKNOWN' | 'STOPPED' | 'START_PENDING' | 'RUNNING' | 'STOP_PENDING' | 'PAUSE_PENDING' | 'PAUSED' | 'CONTINUE_PENDING' — State

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
