---
title: "List all datasets uploaded by the user"
method: GET
path: "/v1/datasets"
tags: ["Datasets"]
---

# List all datasets uploaded by the user

`GET /v1/datasets`

## Query parameters

- `page` integer
- `items_per_page` integer

## Response `200`

Successful response

- object
  - `data` DatasetResponse[]
    - `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
  - `pagination` Pagination
    - `total_pages` integer
    - `current_page` integer
    - `items_per_page` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/luminolabs/apis/datasets-api.md) · [All operations](https://skmtc.dev/luminolabs/apis/datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/luminolabs/datasets-api/revisions/23903400640a/schema)
