Trigger an ETL job run
POST/jobs/:id/executions
Starts a Glue job run and writes an executions row. Omit the body or send {} to use job defaults. Read-only callers cannot run the job. Inactive or pending-registration jobs are rejected.
Request
Responses
- 200
- 400
- 500
Run started. Body includes ExecutionId (Glue JobRunId) and Message "Job Invocation Successful."
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Job inactive/pending, read-only caller, invalid worker/capacity combination, or Glue start failure.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Uncaught backend failure. Typical Message is "GE-1008 - Could not complete the request. Please try again."
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers