List Augmentation Jobs
List recent augmentation jobs.
Optionally filter by status (pending, running, completed, failed).
Query Parameters
limit?Limit
status_filter?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/graph/augmentation/jobs"{ "success": true, "jobs": [ { "job_id": "string", "job_type": "string", "status": "string", "progress": null, "message": null, "created_at": null } ], "total": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}