---
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

## 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.

---

[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)
