Download input or output manifest for a node
GET/data-pipelines/:id/executions/:executionid/nodes/:node_name/files
Returns a GET presigned URL. file_type is required (input_manifest_file | output_manifest_file); missing/invalid is IPV-1040 (HTTP 403). input_manifest_file is file_load_validation only (uses the predecessor job temp JSON). output_manifest_file is file_load_validation or sync_to_s3 CSV. Node not reached while RUNNING/STOPPED is DP-1021; unknown node DP-1022; wrong module DP-1029; JobRunState NOT_STARTED DP-1030; S3 404 DP-1034.
Request
Responses
- 200
- 400
- 403
- 500
- 501
Presigned GET URL for the manifest.
Response Headers
API Gateway request validation (missing required parameters such as role_id). Lambda InvalidInputException from this function is HTTP 403.
Response Headers
Invalid input or unauthorized.
Response Headers
Backend failure (GenericFailureException, InconsistentMetadataException, or unexpected GE-1044).
Response Headers
InvalidHttpMethodTypeException. Glue body validation also uses this mapping (DP-1010).