List Augmentation Jobs
List recent augmentation jobs.
Optionally filter by status (pending, running, completed, failed).
Query Parameters
limit?integer
Default
10Range
1 <= value <= 500status_filter?string|null
Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/graph/augmentation/jobs?limit=10&status_filter=string"{
"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"
}
]
}