---
title: "List available datasets"
method: GET
path: "/workspaces/{workspaceId}/datasets"
tags: ["datasets"]
deprecated: true
---

# List available datasets

`GET /workspaces/{workspaceId}/datasets`

> **Deprecated.**

Lists all available datasets in the workspace context identified by the given `workspaceId`.

## Path parameters

- `workspaceId` integer, required

## Response `200`

OK

- ListDatasetsResponse
  - `datasets` Dataset[]
    - `id` string
    - `name` string, required
    - `description` string
    - `mediaType` string
    - `deleted` boolean
    - `dateCreated` string, date-time
    - `lastUpdated` string, date-time

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

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