---
title: "Show function info"
method: GET
path: "/v1/fn/{module_name}/{function_name}"
tags: ["functions"]
---

# Show function info

`GET /v1/fn/{module_name}/{function_name}`

Get function data (name, module name, size of code)

## Path parameters

- `module_name` string, required
- `function_name` string, required

## Response `200`

Expected response to a valid request

- SingleFunctionResult
  - `data` object
    - `name` string

## Other responses

- `default` — Unexpected error

---

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