---
title: "List available references"
method: GET
path: "/transforms/available_references"
tags: ["Transforms"]
---

# List available references

`GET /transforms/available_references`

List all available {{weldTag}} references that can be used in sql_template. This includes raw views from synced sources and published transforms.

## Response `200`

- AvailableReferencesResponseDto
  - `data` AvailableReferenceDto[], required — List of available references for use in sql_template.
    - `weld_tag` string, required — The weld tag to use in {{}} syntax in sql_template.
    - `type` 'raw_view' | 'model_view' | 'materialized_table', required — The type of the reference.
    - `dw_item_id` string, required — The fully-qualified data warehouse item identifier.

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
