---
title: "GET /vaults"
method: GET
path: "/vaults"
---

# GET /vaults

`GET /vaults`

Returns all the vauls for the current user.
A vault contains the users

## Query parameters

- `tags` string[]
- `limit` integer

## Response `200`

pet response

- Pet[]
  - `name` string, required
  - `tag` string
  - `id` integer, required

## Other responses

- `default` — unexpected error

## Changes

- **2016-09-08** `d50f6f1346e0` — 4 info
  - api operation id `findPets` was added
  - api tag `Vault` removed
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `tags`

[Change history](https://skmtc.dev/nextcloud/apis/passman-api/changes/vaults/get.md)

---

[API](https://skmtc.dev/nextcloud/apis/passman-api.md) · [All operations](https://skmtc.dev/nextcloud/apis/passman-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nextcloud/passman-api/revisions/d50f6f1346e0/schema)
