---
title: "List data-links"
method: GET
path: "/data-links"
tags: ["data-links"]
---

# List data-links

`GET /data-links`

Retrieves all available data-links in a user context. Append `?workspaceId={your-workspace-id}` to retrieve data-links in a workspace context.

## Query parameters

- `workspaceId` integer
- `credentialsId` string
- `search` string
- `max` integer
- `offset` integer
- `visibility` string
- `creationSource` string

## Response `200`

OK

- DataLinksListResponse
  - `dataLinks` DataLinkDto[]
    - `credentials` DataLinkCredentials[]
      - `id` string, required
      - `name` string, required
      - `provider` 'aws' | 'google' | 'azure' | 'azure_entra' | 'azure-cloud' | 'seqeracompute' | 's3', required
    - `description` string
    - `hidden` boolean
    - `id` string
    - `message` string
    - `name` string
    - `provider` 'aws' | 'google' | 'azure' | 'azure_entra' | 'azure-cloud' | 'seqeracompute' | 's3'
    - `publicAccessible` boolean
    - `region` string
    - `resourceRef` string
    - `status` 'VALID' | 'INVALID'
    - `type` 'bucket'
  - `totalSize` integer

## Other responses

- `202` — Accepted
- `400` — BadRequest
- `403` — Operation not allowed
- `404` — NotFound — workspace or credentials not found, or the API is disabled in the workspace.

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-08-27** `97f7655d105a` — 1 info
  - added the new optional `query` request parameter `creationSource`
- **2026-03-10** `49c99a6944de` — 2 breaking
  - the `dataLinks/items/status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `dataLinks/items/status` response's property type/format changed from `string`/`` to ``/`` for status `202`
- **2026-01-20** `98d6b538c88e` — 2 breaking, 4 warning, 4 info
  - the `dataLinks/items/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `dataLinks/items/status` response's property type/format changed from ``/`` to `string`/`` for status `202`
  - added the new `s3` enum value to the `dataLinks/items/credentials/items/provider` response property for the response status `200`
  - added the new `s3` enum value to the `dataLinks/items/credentials/items/provider` response property for the response status `202`
  - …6 more

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/data-links/get.md)

---

[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/97f7655d105a/schema)
