---
title: "Get Personal Folders"
method: GET
path: "/references/folders"
tags: ["References"]
---

# Get Personal Folders

`GET /references/folders`

Returns personal reference folders owned by the specified user (access level 30). Account Folders, My References folders, folders shared with the user (but not owned), and deleted folders are excluded.

Uses the authenticated session's CompanyId and AccountId as security scope.

Returns `success=true` with `folders=null` when the user has no personal folders.

## Query parameters

- `userId` integer

## Response `200`

Folders retrieved.

- FolderListResult
  - `success` boolean — Indicates whether the folder list was retrieved successfully.
  - `folders` FolderListItem[], nullable — Folders owned by the specified user. Null when the user has no personal folders.
    - `folderId` string, nullable — The folder identifier. May be a numeric string or a GUID-format string.
    - `folderName` string, nullable — The folder display name.
  - `error` string, nullable — Error description when Success is false. Null when the operation succeeds.

---

[API](https://skmtc.net/researchsolutions/apis/article-galaxy-api.md) · [All operations](https://skmtc.net/researchsolutions/apis/article-galaxy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/researchsolutions/article-galaxy-api/revisions/70fb92d278f5/schema)
