Files

Upload, manage, and organize workspace files.

Upload, manage, and organize workspace files.

elnora_files_archive

Archive (delete) a file

Destructive · Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID

elnora_files_commit

Commit a file's working copy

Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID

elnora_files_confirmUpload

Confirm a file upload

Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID from upload initiation

elnora_files_content

Get the raw content of a file

Read-only · Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID

elnora_files_create

Create a new file

ParameterTypeRequiredDescription
folderanyyesFolder UUID
nameanyyesFilename
projectanyyesProject UUID (optional; defaults to your workspace)
typeanyyesFile type

elnora_files_createVersion

Create a new version of a file

ParameterTypeRequiredDescription
contentanyyesVersion content
fileIdanyyesFile UUID

elnora_files_download

Download a file

Read-only · Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID

elnora_files_fork

Fork a file to another project

ParameterTypeRequiredDescription
fileIdanyyesFile UUID
targetProjectanyyesTarget project UUID (optional; defaults to your workspace)

elnora_files_get

Get details of a specific file

Read-only · Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID

elnora_files_list

List files in a project

Read-only · Idempotent

ParameterTypeRequiredDescription
pageanyyesPage number
pageSizeanyyesResults per page
projectanyyesProject UUID (optional; defaults to your workspace)

elnora_files_move

Move a file to a different Knowledge Base folder

Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile ID to move
parentFolderIdanyyesDestination Knowledge Base folder ID

elnora_files_promote

Promote a file to a new visibility level

Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID
visibilityanyyesTarget visibility level

elnora_files_restore

Restore a file to a specific version

Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID
versionIdanyyesVersion UUID to restore

elnora_files_searchContent

Search file content across projects

Read-only · Idempotent

ParameterTypeRequiredDescription
pageanyyesPage number
pageSizeanyyesResults per page
projectanyyesRestrict search to a project
queryanyyesSearch query

elnora_files_share

Share a file with a user or the whole organization (default role: editor)

ParameterTypeRequiredDescription
fileIdanyyesFile ID to share
orgWideanyyesShare with everyone in the organization
roleanyyesAccess role to grant
userIdanyyesUser ID to share with (omit when using orgWide)

elnora_files_shares

List the current shares on a file

Read-only · Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile ID

elnora_files_unshare

Revoke a file share by its ACE id

Destructive · Idempotent

ParameterTypeRequiredDescription
aceIdanyyesShare (ACE) ID to revoke
fileIdanyyesFile ID

elnora_files_update

Update a file's metadata

Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID
folderanyyesNew folder UUID
nameanyyesNew name

elnora_files_upload

Upload a file to a project (three-stage: presign, PUT, confirm)

ParameterTypeRequiredDescription
contentTypeanyyesMIME type
fileNameanyyesOverride filename
filePathanyyesLocal file path (CLI only)
projectanyyesProject UUID (optional; defaults to your workspace)

elnora_files_uploadBatch

Upload multiple files to a project (max 50)

ParameterTypeRequiredDescription
filePathsanyyesLocal file paths (CLI only)
folderanyyesFolder UUID
projectanyyesProject UUID (optional; defaults to your workspace)

elnora_files_versionContent

Get the raw content of a specific file version

Read-only · Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID
versionIdanyyesVersion UUID

elnora_files_versions

List versions of a file

Read-only · Idempotent

ParameterTypeRequiredDescription
fileIdanyyesFile UUID
pageanyyesPage number
pageSizeanyyesResults per page

elnora_files_workingCopy

Create a working copy of a file

ParameterTypeRequiredDescription
fileIdanyyesFile UUID
taskanyyesAssociated task UUID

On this page