v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
files

Move User File Endpoint

Move a file into a folder (or to the root if target_folder_id is None).

Side effects when source/target folders are merge-enabled:

  • source-side: drop the file's slice from the source collection (parquet rewrite + DatasetMember delete) so dashboards reflect the move immediately.
  • target-side: re-arm the file's databases and dispatch a Temporal parse so the rows land in the target collection.

Filename collisions in the destination are auto-resolved with foo (1).csv style suffixes.

post/api/v1/files/{file_id}/move

Path parameters

file_idstring uuid required

Request body

target_folder_idstring uuid nullable

Response

Successful Response

idstring uuid required
company_idstring uuid required
user_idstring uuid required
folder_idstring uuid nullable
namestring required
file_typestring required
size_bytesinteger required
metaobject required
created_atstring date-time required
parse_statestring required