curl --location -g --request GET '/api/method/public/general/job-status?job_id' \
--header 'X-Access-Token: <api-key>'{
"message": {
"job_id": "01HVVY3Z41R7M8NBBXFQX9M9TY",
"status": "Completed",
"timestamp": "2025-03-20T09:12:00",
"response": {
"status": "ok"
},
"error": null
}
}