Get Job

This section describes the endpoint used to get information about an ETL job.

Authentication & Authorization

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

URI

Request URI

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

URI Parameter

Name Required Type Description
region Yes string The name of your region (e.g. "us1")
jobId Yes string The job ID (18 or 19 digits)

Response

Name Type Description
200 OK ETLJob A Vena template with steps information

Examples

Sample Request

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

Sample Response

Status code: 200

{
"id": "1193658473950284544",
"name": "LoadGL",
"status": "EDITING",
"modelId": "988930839071293441",
"modelName": "Financial Model",
"createdDate": "1623338765403",
"updatedDate": "1623338873829",
"userName": "Admin User",
}
]
}