v1

latestOpenAPI 3.1.0AGPL-3.02026-07-17644498.1 KB
Jobs

Create a job

Create a new job with optional scheduling and test configuration.

post/api/jobs

Request body

namestring required
descriptionstring
cronSchedulestring
jobType'playwright' | 'k6'

Example request

{
  "name": "Nightly E2E Suite",
  "cronSchedule": "0 2 * * *"
}

Response

Job created

successboolean