> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Serverless Function Names

Retrieve a list of names of all Serverless resources monitored by Prisma Cloud Compute.

<Note>
  External Documentation

  To learn more, visit the [Prisma Cloud CWP documentation](https://pan.dev/prisma-cloud/api/cwpp/get-serverless-names/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter                  | Description                                                                                          |
  | -------------------------- | ---------------------------------------------------------------------------------------------------- |
  | Cloud Controller Addresses | A comma-separated list of cloud controller addresses that host the serverless function to filter by. |
  | Cloud Function IDs         | A comma-separated list of cloud function IDs to filter by.                                           |
  | Limit                      | The maximum number of items to return from a collection.                                             |
  | Offset                     | The offset of the first item to return from a collection.                                            |
  | Reverse                    | Select to sort the results in reverse order.                                                         |
  | Sort By                    | Sort the results using a key.                                                                        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                   | Description                                                                                                                  |
  | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
  | AWS Lambda Layers           | A comma-separated list of AWS lambda function layers to filter by.                                                           |
  | Cloud Function Versions     | A comma-separated list of cloud function versions to filter by.                                                              |
  | Cloud OSs and Architectures | A comma-separated list of OSs and architectures to filter by.                                                                |
  | Cloud Runtimes              | A comma-separated list of cloud runtimes to filter by.                                                                       |
  | Compliance IDs              | A comma-separated list of compliance IDs to filter by.                                                                       |
  | Compliance Rule Name        | The compliance rule name to filter by.                                                                                       |
  | Normalized Severity         | Select to retrieve the results in a normalized form of `Low`, `Medium`, `High`, `Critical`, based on vulnerability severity. |
  | Protected by Defender       | Select to filter the results based on whether the cloud function is protected by a Defender.                                 |
</div>

## Example Output

```json theme={"dark"}
[
	"function_name",
	"another_function_name"
]
```

## Workflow Library Example

[List Serverless Function Names with Prisma Cloud Cwp and Send Results Via Email](https://library.blinkops.com/workflows/list-serverless-function-names-with-prisma-cloud-cwp-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-serverless-function-names-with-prisma-cloud-cwp-and-send-results-via-email/canvas" />
</div>
