Skip to main content
The filesystem integration connects a shared directory to your workspace. Enable the filesystem connector first in the operator guide: Filesystem integration setup.

Basic request and response

Create a filesystem integration with POST /api/v1/app/integration/filesystem.

Update integration credentials

Get integration config

Validate credentials

List files

Start an ingest sync

Errors and edge cases

  • 403: connector not enabled or missing permissions.
  • 400: invalid credentials.
  • 404: integration ID not found.