---
title: "List scan uris"
method: GET
path: "/api/v1/scan/{scanId}/uris"
tags: ["Scan Results"]
---

# List scan uris

`GET /api/v1/scan/{scanId}/uris`

Lists all urls visited by this scan. (unpaginated)

> Requires `read:scan` permission.

## Path parameters

- `scanId` string, uuid, required

## Response `200`

OK

- ApplicationGetScanUrisResponse
  - `uris` string[]

## Other responses

- `401` — Unauthorized

---

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