Base URL
Authentication
Authentication is not yet implemented. All endpoints are currently open. See Authentication for the planned model.Endpoints
Health
GET /healthz — API liveness checkJobs
Submit batches and inspect individual jobs and results
Batches
Track batch progress and retrieve aggregate results
Runners
Inspect your runner pool and control drain/resume
Available endpoints
| Method | Path | Description |
|---|---|---|
GET | /healthz | API health |
POST | /jobs | Submit a batch |
GET | /jobs | List jobs |
GET | /jobs/{job_id} | Get a job |
GET | /jobs/{job_id}/results | Get job results |
GET | /batches | List batches |
GET | /batches/{batch_id} | Get batch status |
GET | /batches/{batch_id}/results | Get batch results |
GET | /runners | List runners |
GET | /runners/{runner_id} | Get a runner |
POST | /runners/{runner_id}/drain | Drain a runner |
POST | /runners/{runner_id}/resume | Resume a runner |