---
title: "List ETL Templates"
method: GET
path: "/etl/templates"
tags: ["Import API"]
---

# List ETL Templates

`GET /etl/templates`

Returns a list of available ETL templates that can be used to start ETL jobs

## Response `200`

successfully processed template request

- ETLTemplate[]
  - `id` string
  - `name` string
  - `lastRunTime` integer, nullable
  - `modelId` string
  - `modelName` string
  - `steps` ETLStep[]
    - `stepName` string
    - `dataType` string
    - `inputId` string

## Other responses

- `401` — Invalid authentication credentials
- `406` — Invalid Accept header

---

[API](https://skmtc.dev/venasolutions/apis/vena-api.md) · [All operations](https://skmtc.dev/venasolutions/apis/vena-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/venasolutions/vena-api/revisions/09bc0482c405/schema)
