Skip to main content

AsyncUploadGeofencesResponse

Schema for async geofence upload response

job_idJob Id (string)required

Upload job ID to track progress

statusStatus (string)required

Job status (pending, processing, completed, failed)

messageMessage (string)required

Human-readable status message

status_urlStatus Url (string)required

URL to check job status

AsyncUploadGeofencesResponse
{
"job_id": "string",
"status": "string",
"message": "string",
"status_url": "string"
}