---
title: "Create Job"
method: POST
path: "/etl/templates/{templateId}/jobs"
tags: ["Import API"]
---

# Create Job

`POST /etl/templates/{templateId}/jobs`

Creates an ETL job and sets it to an EDITING stage

## Path parameters

- `templateId` string, required

## Response `200`

An ETL job

- JobResponse
  - `id` string
  - `name` string
  - `status` 'EDITING' | 'NOT_STARTED' | 'SUBMITTED' | 'RUNNING' | 'COMPLETED' | 'ERROR' | 'CANCELLED' | 'WAITING' | 'QUEUED' | 'EXPIRED'
  - `modelId` string
  - `modelName` string
  - `createdDate` integer
  - `updatedDate` integer
  - `userName` string

## Other responses

- `401` — Invalid authentication credentials
- `403` — Authenticated user does not have access to the specified model
- `406` — Invalid Accept header

---

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