GET
/
v4
/
models
/
{model_instance_id}
/
deployments
/
{model_deployment_id}
/
pollAsync
/
{async_task_id}
curl --request GET \
  --url https://api.egp.scale.com/v4/models/{model_instance_id}/deployments/{model_deployment_id}/pollAsync/{async_task_id} \
  --header 'x-api-key: <api-key>'
{
  "status": "<string>",
  "result": "<any>",
  "traceback": "<string>",
  "reason": "<string>",
  "code": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string

Path Parameters

model_instance_id
string
required
model_deployment_id
string
required
async_task_id
string
required

Response

200
application/json

Successful Response

The response is of type object.