/folders
folders:read
Header'lar
Authorization
*API key. Format: Bearer xpl_live_...
Query parametreleri
accountId
Narrows the results to a single XPlanner account ID.
query
Search by folder name. Maximum 120 characters.
limit
Number of records per page. Default is 50, maximum is 100.
cursor
The pagination.nextCursor value from the previous answer.
Listing behavior
accountId
If given, the results will be reduced to a single account. If not given, folders in all accessible accounts are returned.
query
It performs a case-insensitive search in the folder name. A maximum of 120 characters is accepted.
sıralama
Results are sorted by creation date, newest to oldest.
Cevaplar
Paged folder list.
accountId not found or key not accessible.
cURL
curl "https://api.xplanner.co/v1/folders?accountId=acc_123&query=lansman&limit=10" \ -H "Authorization: Bearer $XPLANNER_API_KEY"Cevap
{ "data": [ { "id": "fld_123", "accountId": "acc_123", "name": "Lansman fikirleri", "color": "blue", "isPinned": true, "order": 0, "workspaceId": "wrk_123", "xUserId": "123456789", "createdAt": "2026-05-15T09:00:00.000Z", "updatedAt": "2026-05-15T09:00:00.000Z" } ], "pagination": { "nextCursor": null }, "requestId": "req_123"}