Template Management
Get Build Status
Query the image build status of a template
cURL
Copy
curl --request GET \
--url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/sandbox/templates/{templateCode}/builds/{buildID}/status' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Copy
{
"templateID": "<string>",
"buildID": "<string>",
"status": "building",
"logs": [
"<string>"
],
"logEntries": [
{}
],
"reason": {
"code": "<string>",
"message": "<string>"
}
}