Skip to main content

Base URL

https://api.lynx.tetryx.io

Authentication

Authentication is not yet implemented. All endpoints are currently open. See Authentication for the planned model.

Endpoints

Health

GET /healthz — API liveness check

Jobs

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

MethodPathDescription
GET/healthzAPI health
POST/jobsSubmit a batch
GET/jobsList jobs
GET/jobs/{job_id}Get a job
GET/jobs/{job_id}/resultsGet job results
GET/batchesList batches
GET/batches/{batch_id}Get batch status
GET/batches/{batch_id}/resultsGet batch results
GET/runnersList runners
GET/runners/{runner_id}Get a runner
POST/runners/{runner_id}/drainDrain a runner
POST/runners/{runner_id}/resumeResume a runner