---
title: "GET /natlas-services"
method: GET
path: "/natlas-services"
---

# GET /natlas-services

`GET /natlas-services`

Returns the latest version of all services for nmap to scan for

## Response `200`

The list of natlas services to use for the client

- NatlasServices
  - `id` integer
  - `sha256` string — Sha256 of the natlas-services file contents
  - `services` string — A text blob of newline separated services for natlas to scan for. This is fed directly into nmap via the --servicedb parameter.

## Other responses

- `403` — Not authorized. Please provide a valid agent token

---

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