Returns all lists in a workspace, ordered by position then name.
cURL
curl --request GET \ --url https://api.getarca.app/api/v1/workspaces/{id}/lists \ --header 'Authorization: Bearer <token>'
[ { "id": 20, "workspace_id": 3, "folder_id": 10, "name": "Backend", "icon": "code", "color": "blue", "position": 1, "created_at": "2026-01-15T08:00:00.000Z" }, { "id": 21, "workspace_id": 3, "folder_id": 10, "name": "Frontend", "icon": "chart", "color": "green", "position": 2, "created_at": "2026-01-15T08:05:00.000Z" } ]
lists:read
null
"folder-1"
"chart"
"code"
Was this page helpful?