---
title: "Retrieve secret payload by path"
method: GET
path: "/secrets/payload"
tags: ["secrets"]
---

# Retrieve secret payload by path

`GET /secrets/payload`

Retrieve secret payload by path

## Query parameters

- `path` string, required

## Response `200`

retrieved the secret payload

- SecretPayload — secret payload result
  - `uuid` string, UUID
  - `payload_type` string — secret payload type
  - `name` string — secret name
  - `payload` string — secret payload

## Other responses

- `default` — failed to retrieve the secret payload

---

[API](https://skmtc.net/nutanix/apis/nutanix-intentful-api.md) · [All operations](https://skmtc.net/nutanix/apis/nutanix-intentful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutanix/nutanix-intentful-api/revisions/40395083ab31/schema)
