---
title: "GET /workflows/{workflowId}/DOIEditLink"
method: GET
path: "/workflows/{workflowId}/DOIEditLink"
tags: ["workflows"]
---

# GET /workflows/{workflowId}/DOIEditLink

`GET /workflows/{workflowId}/DOIEditLink`

Get an existing access link with edit permissions for the workflow's Dockstore DOIs.

## Path parameters

- `workflowId` integer, required

## Response `200`

Access link successfully retrieved

- AccessLink
  - `created_at` string
  - `expires_at` string
  - `id` string
  - `permission` 'view' | 'preview' | 'edit'
  - `token` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.net/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/versions/9d82a4e96aa7/schema)
