Skip to content
Esc
No results found.

Create Job

Scopes
write:job

Request Body

name
string
Required
length
0-256

Logical job name unique per tenant.

end_at
string

End boundary for job schedule.

max_runs
integer
min1

Maximum allowed executions for scheduled jobs.

pattern
string
length
0-256

Cron pattern, seconds are not supported. Null/undefined for one-time jobs.

start_at
string

Start boundary for job schedule.

type
string

Job type

Available Values: slu

tz
string
length
0-64

Timezone identifier used for cron-based scheduling.

metadata
object

Custom metadata, input payload templates, tags, or execution options.

POST
/jobs
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
4
5
Loading...