---
title: "List magic links"
method: GET
path: "/magic-links"
tags: ["Magic Links"]
---

# List magic links

`GET /magic-links`

Retrieve list of magic links.

## Query parameters

- `id_in_provider_system` string
- `page_size` integer
- `order` 'asc' | 'desc'
- `cursor` string

## Response `200`

OK

- object
  - `status` 'success', required
  - `data` ListMagicLinkResponse, required
    - `magic_links` MagicLinkResource[], required
      - `id` string, required — The unique identifier for the recipient.
      - `name` string, required — The name of the recipient.
      - `products` string[], required — The products that the recipient has assigned.
      - `id_in_provider_system` string, required — The ID used in source system for the recipient.
      - `recipient_id` string
      - `host` string, required
      - `link` string, required
      - `has_been_used` boolean, required
      - `created_at` string, date-time, required
      - `bucket_name` string, required
      - `vendor` string, required
      - `available_models` string[], required
      - `bucket_access_id` string
      - `bucket_vendor` string
      - `ssh_public_key` string
      - `redirect_url` string
      - `set_destination_enabled` boolean, required
      - `metastore` string
      - `catalog` string
      - `bucket_host` string
      - `table_bucket_arn` string
  - `message` string, required
  - `has_next` boolean, required — Whether there are more items beyond this page.
  - `next_url` string — Full URL to fetch the next page. Only present when has_next is true.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/prequel/apis/prequel-data-export.md) · [All operations](https://skmtc.net/prequel/apis/prequel-data-export/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prequel/prequel-data-export/versions/09c662a871f8/schema)
