Skip to main content
GET
/
api
/
v1
/
folders
/
{worksapceId}
List Folders
curl --request GET \
  --url https://bots.toolzz.ai/api/v1/folders/{worksapceId}
{
  "folders": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "name": "<string>",
      "workspaceId": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

worksapceId
string
required
The unique identifier of the worksapce to list folders from.

Response Description

Below you will see the description of the function list folders.
folders
object[]
required
The worksapce folders information.