Get Job Status

This section describes the endpoint used to get the status of 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}/status

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 ETLJobStatus a Vena job status

Examples

Sample Request

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

Sample Response

Status code: 200

"EDITING"