List Templates

This section describes the endpoint used to get all ETL templates that a user has permission to access.

Authentication & Authorization

  • Use application tokens to authenticate your request using these instructions: Authorization & Authentication
  • Required application permission on token: Read Model

URI

Request URI

GET https://{region}.vena.io/api/public/v1/etl/templates

URI Parameter

Name Required Type Description
Header Title String The name of your region (e.g. "us1")

Examples

Sample Request

curl https://us2.vena.io/api/public/v1/etl/templates -u 1112140682300620800.1:51fd255f934040649f98d2a74d1c4391

Sample Response

Status code: 200

[
{
"id": "1193658473950284544",
"name": "LoadGL",
"lastRunTime": 1646422278257,
"modelId": "988930839071293441",
"modelName": "Financial Model"
},
{
"id": "1193658473950284545",
"name": "ExportGL",
"lastRunTime": null,
"modelId": "988930839071293441",
"modelName": "Financial Model"
}
]