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

# List scan graphql operations

`GET /api/v1/scan/{scanId}/graphql-operations`

Lists all GraphQL operations performed by this scan. (unpaginated)

> Requires `read:scan` permission.

## Path parameters

- `scanId` string, uuid, required

## Response `200`

OK

- ApplicationGetScanGraphQLOperationsResponse
  - `graphQLOperations` string[]
  - `scanFoundStatus` 'OK' | 'NOT_FOUND'

## 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/revisions/ad3dfd54cb63/schema)
