GET
/
v4
/
serving
/
a
/
{alias}
/
pollAsync
/
{async_task_id}
curl --request GET \
  --url https://api.egp.scale.com/v4/serving/a/{alias}/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

Path Parameters

alias
string
required
async_task_id
string
required

Response

200
application/json

Successful Response

The response is of type object.