Retrieve batch outputs
GET /v2/batchFlowOutput/<batchJobRef>/files
Retrieves signed URLs for a batch job. The signed URLs expire after a short time.
In the response, signedUrls
contains the array of signed URLs.
RequestResponse
curl -X GET '<baseURL>/v2/batchFlowOutput/2fb3d8e8-cbf4-46ad-a2f2-fbf34015dd77/files' \
-u '<username>:<password>' \
-H 'Accept: application/json'
RequestResponse
{
"href": "<baseURL>/v2/batchFlowOutput/2fb3d8e8-cbf4-46ad-a2f2-fbf34015dd77/files",
"ref": "2fb3d8e8-cbf4-46ad-a2f2-fbf34015dd77",
"clientKey": "pqsPERS3lw12v5a9rrHPW1c4hET73GxQ",
"flowRef": "06ae8113-c1cb-4627-9d7c-d636270d0b1f",
"segmentRef": "1655b5bb-9e5b-4d31-be99-1027b4b29e2c",
"status": "SUCCESS",
"signedUrls": [
"https://sitecore-batch-flows-production-eu-west-1.s3.eu-west-1.amazonaws.com/2024/10/19/pqsPERS3lw12v5a9rrHPW1c4hET73GxQ/06ae8113-c1cb-4627-9d7c-d636270d0b1f/2fb3d8e8-cbf4-46ad-a2f2-fbf34015dd77/file_upload/part-00000.gz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221214T065403Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3599&X-Amz-Credential=AKIAXFYJLCYVBNQB3OVU%2F20221214%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=781a0d6195a7a1a26a0b509d125df044b745ec2640918cce2a0f3c7530b1f14c"
]
}