When creating a task, you can pass a callback URL. When the job completes, the server POSTs a payload to that URL with the task result. Your endpoint should respond quickly (e.g. 200 OK) and handle duplicate deliveries (idempotency). Verify the callback signature if the API provides one.