---
title: "Provide a paginated list of Links"
method: GET
path: "/links"
tags: ["Document"]
---

# Provide a paginated list of Links

`GET /links`

Retrieves the collection of Link resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `order[dateCreated]` 'asc' | 'desc'
- `order[dateModified]` 'asc' | 'desc'
- `order[sequence]` 'asc' | 'desc'
- `order[id]` 'asc' | 'desc'
- `dateCreated[before]` string
- `dateCreated[strictly_before]` string
- `dateCreated[after]` string
- `dateCreated[strictly_after]` string
- `dateModified[before]` string
- `dateModified[strictly_before]` string
- `dateModified[after]` string
- `dateModified[strictly_after]` string
- `catalogs.id` string
- `catalogs.id[]` string[]
- `linkType.id` string
- `origin.id` string
- `origin.id[]` string[]
- `target.id` string
- `target.id[]` string[]
- `active` string

## Response `200`

Link collection

- LinkLinkOutputLinkOutput[]
  - `linkType` LinkTypeLinkTypeOutputLinkOutput
    - `id` string — This is the unique identifier of the resource
  - `origin` string
  - `target` string
  - `sequence` integer
  - `attributes` string[]
  - `dateCreated` string, date-time, nullable — This is an ISO datetime
  - `dateModified` string, date-time, nullable — This is an ISO datetime
  - `id` string — This is the unique identifier of the resource
  - `legacyId` integer

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
