---
title: "Get ETL Template"
method: GET
path: "/etl/templates/{templateId}"
tags: ["Import API"]
---

# Get ETL Template

`GET /etl/templates/{templateId}`

Returns a single ETL template that can be used to start an ETL job

## Path parameters

- `templateId` string, required

## Response `200`

success

- 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
- `403` — Authenticated user does not have access to the template (or the model that the template belongs to)
- `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)
