---
title: "/v1/links/:id/scripts"
method: GET
path: "/v1/links/{id}/scripts"
tags: ["Links"]
---

# /v1/links/:id/scripts

`GET /v1/links/{id}/scripts`

Get all scripts attached to a specific link

## Path parameters

- `id` string, required

## Query parameters

- `orderDir` string
- `orderBy` string
- `limit` integer
- `last` string

## Headers

- `workspace` string

## Response `200`

200

- Script[]
  - `id` string
  - `name` string
  - `uri` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/rebrandly/apis/rebrandly-legacy.md) · [All operations](https://skmtc.net/rebrandly/apis/rebrandly-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rebrandly/rebrandly-legacy/revisions/edc8d2ea0d88/schema)
