Container Service
Container - Batch Processing

Get the status of batch request

1min
GET

API to get the status of batch request.

HEADER/PATH/QUERYDESCRIPTIONTYPE
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

CodeDescription
| **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.) |

Path Parameters
containerType
*
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
Query Parameters
batchId
*
Responses
200
OK
data
request
400
Bad Request
error
request
401
Unauthorized
error
request
503
Server Error
error
request
Curl
JS
Ruby
Python
Responses
200
400
401
503