GET
/
api
/
v1
/
folders
/
{folderId}
/
{worksapceId}
curl --request GET \
  --url https://bots.toolzz.ai/api/v1/folders/{folderId}/{worksapceId} \
  --header 'Authorization: Bearer <token>'
{
  "folders": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "name": "<string>",
      "workspaceId": "<string>"
    }
  ]
}

Parameters

folderId
string
required

The unique identifier of the folder to get.

Query Parameters

workspaceId
string
required

The unique identifier of worksapce to get a folder from.

Response Description

Below you will see the description of the function get a folder.

folders
object[]
required

The worksapce folders information.