Skip to main content
GET
/
workflow
/
folder
List Workflow Folders
curl --request GET \
  --url https://api.getoutbox.ai/workflow/folder/ \
  --header 'Authorization: Bearer <token>'
{
  "folders": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
folders
object[]
required

Recursive tree starting from root folders. Each node has child_folders[].