---
title: "Get Specific Folder"
method: GET
path: "/studio/v1/folders/{folderId}"
tags: ["Audiences"]
---

# Get Specific Folder

`GET /studio/v1/folders/{folderId}`

Retrieves the full state of a single folder by its `folderId`.
Returns all folder attributes — name, starred status, description, notes, creation and update timestamps, and the list of `audienceId` values contained in the folder.
Use this endpoint to inspect a folder's contents before operating on its audiences, or to verify folder state after an update.
Returns `200` with the folder resource.
Returns `404` if no folder matches the provided `folderId`.

## Path parameters

- `folderId` string, uuid, required

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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