Returns all folders in a workspace, ordered by position then name.
cURL
curl --request GET \ --url https://api.getarca.app/api/v1/workspaces/{id}/folders \ --header 'Authorization: Bearer <token>'
[ { "id": 10, "workspace_id": 3, "name": "Engineering", "icon": "folder-1", "color": "blue", "position": 1, "created_at": "2026-01-10T12:00:00.000Z" }, { "id": 11, "workspace_id": 3, "name": "Design", "icon": "folder-2", "color": "purple", "position": 2, "created_at": "2026-01-12T09:30:00.000Z" } ]
folders:read
"folder-1"
"folder-2"
"library"
null
Was this page helpful?