---
title: "GET /status"
method: GET
path: "/status"
---

# GET /status

`GET /status`

## Response `200`

The server was able to parse the request and handled it accordingly.

- StatusResponse
  - `completed_cycles` integer — The number of scan cycles natlas has completed since it was last started
  - `cycle_start_time` string, date-time, nullable — The timestamp at which the current scan cycle started
  - `effective_scope_size` integer — Effective Scope Size is a measure of the number of unique IP addresses in scope, excluding any IP addresses that appear in the blacklist
  - `natlas_start_time` string, date-time — The timestamp at which the natlas server was started
  - `scans_this_cycle` integer — The number of scans that have been submitted with a scan_start time newer than cycle_start_time
  - `avg_cycle_duration` string, nullable — A human readable string measuring the average duration per completed scan cycle

---

[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)
