---
title: "Show module info"
method: GET
path: "/v1/fn/{module_name}"
tags: ["modules"]
---

# Show module info

`GET /v1/fn/{module_name}`

Get module data (name, array of functions, number of functions)

## Path parameters

- `module_name` string, required

## Response `200`

Expected response to a valid request

- SingleModuleResult
  - `data` object
    - `name` string
    - `functions` object[]
      - `name` string

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/funlessdev/apis/funless-platfom-api.md) · [All operations](https://skmtc.dev/funlessdev/apis/funless-platfom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/funlessdev/funless-platfom-api/revisions/85205576ddbf/schema)
