---
title: "POST /folder-get"
method: POST
path: "/folder-get"
tags: ["v2"]
---

# POST /folder-get

`POST /folder-get`

## Request body

- FolderGet — folderGet is a command that get folder
  - `accessibility` string — for personal password manager
  - `json` boolean — Set output format to JSON
  - `name` string, required — Folder name
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `type` string
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `200`

folderGetResponse wraps response body.

- FolderGetOutput
  - `folder` GetFolderOutput — GetFolderOutput is the result of the getFolder operation
    - `access_date` string, date-time
    - `access_date_display` string
    - `accessibility` integer
    - `creation_date` string, date-time
    - `delete_protection` boolean
    - `folder_id` integer
    - `folder_name` string
    - `metadata` string
    - `modification_date` string, date-time
    - `tags` string[]
    - `usc_sync_configs` FolderUSCSyncConfig[]
      - `delete_remote` boolean
      - `namespace` string
      - `usc_item_id` integer
      - `usc_item_name` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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