---
title: "Get Server Security Scan"
method: GET
path: "/api/servers/{path}/security-scan"
tags: ["Server Management"]
---

# Get Server Security Scan

`GET /api/servers/{path}/security-scan`

Get security scan results for a server.

Returns the latest security scan results for the specified server,
including threat analysis, severity levels, and detailed findings.

**Authentication:** JWT Bearer token or session cookie
**Authorization:** Requires admin privileges or access to the server

**Path Parameters:**
- `path` (required): Server path (e.g., /cloudflare-docs)

**Response:**
Returns security scan results with analysis_results and tool_results.

**Example:**
```bash
curl -X GET http://localhost/api/servers/cloudflare-docs/security-scan \
  --cookie-jar .cookies --cookie .cookies
```

## Path parameters

- `path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry.md) · [All operations](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ascending-llc/mcp-gateway-registry/versions/31381943e2e7/schema)
