get https://delhivery.preprod.fxtrt.io/core/api/v2/containers//batch/upload/status
API to get the status of batch file request.
| HEADER/PATH/QUERY | DESCRIPTION | TYPE |
| - | - | - |
| X-COREOS-REQUEST-ID
(header) | Unique Request ID. | string |
| X-COREOS-TID
(header) | Tenant ID. | string |
| X-COREOS-ACCESS
(header) | core-os access token. | string |
| containerType
(path) | Type of container. | string |
| batchId
*(query) | Unique ID of batch request. | string |
*This is required.
HTTP Status Code Summary
| Code | Description |
| --- | ---- |
| 200 - OK | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 503 - Server Errors | Something went wrong on our end. (These are rare.) |