---
title: "Vault Credentials List"
method: GET
path: "/vaults/{vault_id}"
tags: ["vaults"]
---

# Vault Credentials List

`GET /vaults/{vault_id}`

## Path parameters

- `vault_id` string, required

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- ListCredentialsResponse
  - `credentials` Credential[], required — URLs for which we hold credentials
    - `username` string, nullable, required
    - `email` string, nullable, required
    - `url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/notte/apis/notte-api.md) · [All operations](https://skmtc.net/notte/apis/notte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notte/notte-api/versions/246f6d21de0c/schema)
