BatchJobAccepted
Returned immediately (202) when a batch job is submitted.
job_idJob Id (string)required
Unique job identifier
statusJobStatus (string)required
Initial job status
Possible values: [queued, processing, complete, failed]
avm_typeAvm Type (string)required
AVM type being processed
totalTotal (integer)required
Total number of properties in the job
status_urlStatus Url (string)required
URL to poll for job status and results
created_atCreated At (string)required
ISO-8601 UTC timestamp of job creation
notify_urlNotify Url (string)nullable
Webhook URL that will receive the completed payload, if provided
BatchJobAccepted
{
"job_id": "string",
"status": "queued",
"avm_type": "string",
"total": 0,
"status_url": "string",
"created_at": "string",
"notify_url": "string"
}