---
title: "Retrieve a the content of a specific Function Version resource."
method: GET
path: "/v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}/Content"
tags: ["ServerlessV1FunctionVersionContent"]
---

# Retrieve a the content of a specific Function Version resource.

`GET /v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}/Content`

Retrieve a the content of a specific Function Version resource.

## Path parameters

- `ServiceSid` string, required
- `FunctionSid` string, required
- `Sid` string, required

## Response `200`

OK

- ServerlessV1ServiceFunctionFunctionVersionFunctionVersionContent
  - `sid` string, nullable — The unique string that we created to identify the Function Version resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Function Version resource.
  - `service_sid` string, nullable — The SID of the Service that the Function Version resource is associated with.
  - `function_sid` string, nullable — The SID of the Function that is the parent of the Function Version.
  - `content` string, nullable — The content of the Function Version resource.
  - `url` string, uri, nullable

## Changes

- **2023-08-10** (v1) `a3f595f8069e` — 1 info
  - api tag `ServerlessV1FunctionVersionContent` added

[Change history](https://skmtc.dev/twilio/apis/serverless-v1/changes/v1/Services/:ServiceSid/Functions/:FunctionSid/Versions/:Sid/Content/get.md)

---

[API](https://skmtc.dev/twilio/apis/serverless-v1.md) · [All operations](https://skmtc.dev/twilio/apis/serverless-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/serverless-v1/revisions/74f59534eb42/schema)
