Get one data pipeline execution
GET/data-pipelines/:id/executions/:executionid
Returns the execution item. Requires read-only access. RUNNING and STOPPING rows are refreshed from Glue or Bedrock before return. Node Timeout defaults to 2880 for non-start/end nodes. Internal Glue argument keys are stripped.
Request
Responses
- 200
- 400
- 403
- 500
- 501
GetDataPipelineExecutionDetailsResponse.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
API Gateway request validation (missing required parameters such as role_id). Lambda InvalidInputException from this function is HTTP 403.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Invalid input or unauthorized. dataPipelines maps InvalidInputException and UnauthorizedUserException to HTTP 403.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Backend failure (GenericFailureException, InconsistentMetadataException, or unexpected GE-1044).
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
InvalidHttpMethodTypeException. Glue body validation also uses this mapping (DP-1010).
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers