---
title: "Get agent services"
method: GET
path: "/v1/agent/{agent_id}/service"
tags: ["Agents"]
---

# Get agent services

`GET /v1/agent/{agent_id}/service`

## Path parameters

- `agent_id` string, required — ID of an agent

## Response `200`

OK

- object — Agent services response
  - `data` AgentService[], required — List of services for the agent
    - `description` string, required — Description of the Windows service.
    - `display_name` string, required — Display name of the Windows service.
    - `name` string, required — Internal name of the Windows service.
    - `service_id` string, required — Unique identifier of the service.
    - `startup` 'Automatic' | 'AutomaticDelayedStart' | 'Manual' | 'Disabled', required — Startup type of the service.
    - `state` 'Stopped' | 'Running' | 'StartPending' | 'StopPending' | 'ContinuePending' | 'PausePending' | 'Paused', required — Current state of the service.
    - `verify_on_boot` boolean, required — Whether this service is checked during boot verification.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/slide/apis/slide-api.md) · [All operations](https://skmtc.net/slide/apis/slide-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slide/slide-api/versions/c63e4b604dd1/schema)
