ExportRequest API - Export File creation in Target Url
Summary:
I am trying to use the ExportRequest API to get the data from Cloud.
I am getting a response as 202 Accepted, the question is how can the status be changed to Success, are there any steps which i am missing.
Content (please ensure you mask any confidential information):
My POST Request:
{ "schema": "PRIMARY", "contentType": "text/plain", "rangeAfter" : { "value": "2025-01-01T00:00:00Z" }, "targetSystem": { "targetURL": "OCI Bucket url", "appendName": true, "httpMethod": "PUT" }, "tables" : { "items" : [ { "tableName": "SHIPMENT", "selectList": "SHIPMENT_GID,SHIPMENT_NAME,PERSPECTIVE,INSERT_DATE,UPDATE_DATE" } ] }}
Response:
{ "progress": "pending", "completed": false, "context": "3005", "result": { "body": { "requestID": 3005, "submitDate": "2025-07-02T22:07:00Z", "tables": { "items": [ { "itemID": 1, "itemName": "SHIPMENT", "progress": "pending", "offset": 0, "parts": { "count": 0, "items": [] } } ] } }