Returns all folders in the workspace owned by the authenticated principal.
cURL
curl --request GET \ --url https://api.landerlab.dev/api/v2/workspaces/{workspaceId}/folders/get \ --header 'X-API-Key: <api-key>'
{ "folders": [ { "id": 123, "name": "<string>", "userId": 123, "workspaceId": 123, "createdAt": "<string>", "updatedAt": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.landerlab.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt
Use this file to discover all available pages before exploring further.
API key with ll_live_ prefix
List of folders
Show child attributes
Was this page helpful?