Create Fileset
Create a new fileset.
If no storage configuration is provided, the default storage backend will be used.
Path parameters
workspace
Request
This endpoint expects an object.
name
The name of the fileset. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
description
The description of the fileset.
project
The name of the project associated with this fileset.
storage
The storage configuration for the fileset. If not provided, uses default storage.
purpose
The purpose of the fileset.
metadata
Purpose-specific metadata. Use the purpose as the key (e.g., {dataset: {…}}).
custom_fields
Custom fields for the fileset.
cache
Cache all files after creation. Only applies to external storage.
Response
Successful Response
id
name
workspace
description
purpose
storage
metadata
Tagged metadata container - the key indicates the type.
Example: metadata = FilesetMetadata( dataset=DatasetMetadataContent( schema={“columns”: [“id”, “name”]}, ) )
custom_fields
project
created_at
updated_at
Errors
422
Unprocessable Entity Error