---
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

## Changes

- **2023-01-10** `2e7bd2529f07` — 3 breaking, 2 info
  - added the new path request parameter `function_name`
  - added the new path request parameter `module_name`
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the media type `application/json` for the response with the status `default`
  - …1 more
- **2022-12-09** `3dbe3a34b766` — 1 info
  - endpoint added
- **2022-12-06** `e6ce66c43687` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/funlessdev/apis/funless-platfom-api/changes/v1/fn/:module_name/:function_name/get.md)

---

[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)
