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

# Explore a data-link tree

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

Provides a list of all files in the provided paths (including files in sub-paths).

## Path parameters

- `dataLinkId` string, required

## Query parameters

- `workspaceId` integer
- `credentialsId` string
- `paths` object[]

## Response `200`

OK

- DataLinkContentTreeListResponse
  - `items` DataLinkSimpleItem[], required
    - `path` string, required
    - `size` integer, required

## Other responses

- `400` — BadRequest
- `403` — Operation not allowed
- `404` — NotFound — workspace or credentials not found, API disabled for the workspace, or data-link or path 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)
