Skip to main content
GET
/
v1
/
document-folders
List document folders
curl --request GET \
  --url https://api.devic.ai/v1/document-folders \
  --header 'Authorization: Bearer <token>'
[
  {
    "_id": "<string>",
    "clientUID": "<string>",
    "projectId": "<string>",
    "name": "<string>",
    "parentFolderId": "<string>",
    "color": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Query Parameters

projectId
string

Filter by project ID

Response

Folders retrieved successfully

_id
string

Folder ID

clientUID
string

Client UID

projectId
string

Project ID the folder is scoped to

name
string

Folder name

parentFolderId
string | null

Parent folder ID

color
string

Optional color tag