---
title: "Explore data-link"
method: GET
path: "/data-links/{dataLinkId}/browse"
tags: ["data-links"]
---

# Explore data-link

`GET /data-links/{dataLinkId}/browse`

Retrieves the content of the data-link associated with the given `dataLinkId`

## Path parameters

- `dataLinkId` string, required

## Query parameters

- `workspaceId` integer
- `credentialsId` string
- `search` string
- `nextPageToken` string
- `pageSize` integer

## Response `200`

OK

- DataLinkContentResponse
  - `nextPageToken` string
  - `objects` DataLinkItem[]
    - `mimeType` string
    - `name` string
    - `size` integer
    - `type` 'FOLDER' | 'FILE' | 'FUSION_SYMLINK_FILE'
  - `originalPath` string

## Other responses

- `400` — BadRequest
- `403` — Operation not allowed
- `404` — NotFound — workspace or credentials not found, API disabled for the workspace, or data-link not found

---

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