| Name | Method | Path |
|---|---|---|
| List jobs | GET | /api/v1/jobs/ |
| Get job | GET | /api/v1/jobs/{job_id} |
| Create job | POST | /api/v1/jobs/ |
| Cancel job | POST | /api/v1/jobs/{job_id}/cancel |
| Download job output | GET | /api/v1/jobs/{job_id}/download |
| Get job details | GET | /api/v1/jobs/{job_id}/details |
| Get job failed files | GET | /api/v1/jobs/{job_id}/failed-files |
- A workflow runs on a schedule. For more details see Create workflow.
- You run a workflow manually. For more details see Run workflow.

