# Datasets Operations related to datasets. ## List all datasets - [GET /projects/{project_id}/datasets/](https://docs.mabyduck.com/api/openapi/datasets/datasets_list.md): Returns a list of datasets belonging to the given project. ## Create a dataset - [POST /projects/{project_id}/datasets/](https://docs.mabyduck.com/api/openapi/datasets/datasets_create.md): Creates a new dataset and returns a signed URL for uploading the dataset file. ## Retrieve a dataset - [GET /projects/{project_id}/datasets/{dataset_id}/](https://docs.mabyduck.com/api/openapi/datasets/datasets_retrieve.md): Returns detailed information for a single dataset identified by dataset_id. ## Get dataset status - [GET /projects/{project_id}/datasets/{dataset_id}/status/](https://docs.mabyduck.com/api/openapi/datasets/datasets_status_retrieve.md): Returns the current status of a dataset, including any error messages if processing failed.