Get Job Status
Get the status of a specific augmentation job.
Returns job progress, status, and any error messages.
curl -X GET "http://127.0.0.1:14242/graph/augmentation/status/string"{
"success": true,
"job_status": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}