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

# List scan JSON-RPC methods

`GET /api/v1/scan/{scanId}/jsonrpc-methods`

Lists all JSON-RPC methods discovered by this scan. (unpaginated)

> Requires `read:scan` permission.

## Path parameters

- `scanId` string, uuid, required

## Response `200`

OK

- ApplicationGetScanJsonRpcMethodsResponse
  - `jsonrpcMethods` HawkscanJsonRpcMethods — Collection of discovered JSON-RPC methods from a scan.
    - `methods` HawkscanJsonRpcMethodInfo[] — The discovered methods.
      - `description` string — An optional description of the method from the schema.
      - `name` string — The JSON-RPC method name (e.g. "users.create").
      - `params` HawkscanJsonRpcMethodParam[] — The parameters accepted by this method.
        - `name` string — The name of the parameter.
        - `type` string — The type of the parameter (e.g. "string", "integer", "object", "array").
  - `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/versions/ad3dfd54cb63/schema)
