---
title: "Describe dataset"
method: GET
path: "/datasets/{datasetId}/metadata"
tags: ["datasets"]
---

# Describe dataset

`GET /datasets/{datasetId}/metadata`

Retrieves the metadata of the dataset identified by the given `datasetId`.

## Path parameters

- `datasetId` string, required

## Query parameters

- `workspaceId` integer

## Response `200`

OK

- DescribeDatasetResponse
  - `dataset` 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)
