List workspaces
⚠️ ALPHA ENDPOINT - This endpoint is in alpha and subject to breaking changes. Use with caution in production environments.
Get the list of accessible workspaces for the authenticated user. Returns workspaces where the user is set as member (through any group: private, company, or custom). Please use instance or company level endpoints to access the workspaces as admin.
Filtering: All users see only workspaces where they are members. Admin users should use /api/v3/instance/workspaces or /api/v3/company/workspaces for administrative access.
Results ordered by creation date (newest first), paginated with 20 elements per page by default.
Documentation Index
Fetch the complete documentation index at: https://docs.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Method for adding documents to this workspace: manual uploads or synced from datasources
manual- Manualsynced- Synced
manual, synced A page number within the paginated result set.
Number of results to return per page.
owner- Ownereditor- Editorviewer- Viewer
editor, owner, viewer company- Companypersonal- Personalcustom- Custom
company, custom, personal