/
LU
luminolabs
/
Datasets API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2y ago
Details
Filter operations
Datasets
5
get
List all datasets uploaded by the user
post
Upload a new dataset file
get
Get information about a specific dataset
delete
Delete a specific dataset file
patch
Update a specific dataset's information
Datasets
Update a specific dataset's information
patch
/v1/datasets/{dataset_name}
Path parameters
dataset_name
string
required
Request body
DatasetUpdate
required
name
string
The new name for the dataset
description
string
The new description for the dataset
Response
Dataset updated successfully
DatasetResponse
required
id
string
uuid
created_at
string
date-time
updated_at
string
date-time
status
'UPLOADED'
|
'VALIDATED'
|
'ERROR'
|
'DELETED'
name
string
description
string
file_name
string
file_size
integer
errors
object
Changes