Skip to main content
GET
/
v1
/
workspaces
/
{id}
/
folders
List folders
curl --request GET \
  --url https://api.example.com/v1/workspaces/{id}/folders \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "depth": 123,
      "id": "<string>",
      "name": "<string>",
      "nbAssociatedContents": 123,
      "parentFolderId": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.semji.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key starting with sk_. Generate one in Settings > API Keys.

Path Parameters

id
string
required

Workspace ID.

Response

200 - application/json

Default Response

data
object[]
required