---
title: "List Cross Reference Lookups"
method: GET
path: "/api/v1/cross-reference-lookups"
tags: ["Cross Reference Lookups"]
---

# List Cross Reference Lookups

`GET /api/v1/cross-reference-lookups`

Retrieves a paginated list of cross reference lookups. Can be filtered by `name`.

## Query parameters

- `filter[name]` string
- `filter[id]` string
- `filter[,]` string
- `include` string
- `sort` string
- `page` integer
- `per_page` integer

## Response `200`

Successful response

- CrossReferenceLookupsListResponse
  - `data` CrossReferenceLookups[]
    - `id` integer — Unique identifier
    - `cross_reference_lookup_template_id` integer
    - `name` string
    - `description` string
    - `default_value` string
    - `created_at` string
    - `updated_at` string
    - `deleted_at` string
    - `left_value` string
    - `right_value` string
    - `cross_reference_lookup_values` object[]
  - `meta` PaginationMeta
    - `current_page` integer
    - `from` integer, nullable
    - `last_page` integer
    - `path` string
    - `per_page` integer
    - `to` integer, nullable
    - `total` integer
  - `links` PaginationLinks
    - `first` string, uri
    - `last` string, uri
    - `prev` string, uri, nullable
    - `next` string, uri, nullable

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized

---

[API](https://skmtc.net/wearepatchworks/apis/patchworks-core-api.md) · [All operations](https://skmtc.net/wearepatchworks/apis/patchworks-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wearepatchworks/patchworks-core-api/revisions/89261af4dd80/schema)
