Get Job Status
Get the status of a specific augmentation job.
Returns job progress, status, and any error messages.
Path Parameters
job_id*Job Id
Response Body
application/json
application/json
curl -X GET "https://example.com/graph/augmentation/status/string"{ "success": true, "job_status": {}}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}