---
title: "Retrieve a vault"
method: GET
path: "/vaults/{vault_id}"
tags: ["Vaults"]
---

# Retrieve a vault

`GET /vaults/{vault_id}`

Retrieves a vault by its ID. See [vaults](https://developers.openai.com/api/docs/guides/agents-api/tools/vaults).

## Path parameters

- `vault_id` string, required

## Response `200`

The requested vault.

- VaultResource — A collection of credentials for MCP servers and OpenAI-hosted environments.
  - `id` string, required — The ID of the vault.
  - `object` 'vault', required — The object type. Always `vault`.
  - `name` string, nullable, required — The human-readable name of the vault, if set.
  - `metadata` object, required — Key-value pairs associated with the vault, such as an application or team identifier.
  - `created_at` integer, required — The Unix timestamp, in seconds, when the vault was created.

## Other responses

- `400` — The request was invalid.
- `401` — Authentication or project context was missing.
- `403` — The API key lacks the required management permission.
- `404` — The requested vault or credential was not found.
- `409` — The request conflicted with the current vault state.
- `500` — An internal error occurred.
- `503` — The service is temporarily unavailable.

## Changes

- **2026-09-10** `f2dae1a9aced` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/vaults/:vault_id/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/4b75527da17b?raw)
