API Reference
List ingestion jobs
Most recent first. Merges live in-memory jobs with history persisted in Postgres.
GET
/instances/jobsanyResults survive a server restart; only the live progress of an in-flight job is in-memory. If Postgres is unreachable, history is silently unavailable and just the live jobs are returned.
Responses
200All known jobs
json
[
{
"id": "b0dc2159-...",
"kind": "pipeline",
"project": "your-repo",
"status": "succeeded",
"stage": "done",
"created_at": "2026-07-08T22:40:00Z"
}
]