Projects
Endpoints for managing projects within workspaces.
List Projects
Gets a paginated list of projects in the specified workspace that the user has access to.
Create Project
Creates a new project in a workspace. The creator is automatically assigned as admin. A root folder is automatically created for the project. The root folder ID is guaranteed to match the project ID.
Get Project
Gets the details of a specific project the user has access to.
Update Project
Partially updates a project. Only users with edit permissions can perform this action.
Delete Project
Deletes a project and all associated data. Only users with edit permissions can perform this action. This action is irreversible.