Skip to content
Esc
No results found.

Get Job

Scopes
read:job

Path Parameters

job_id
string
Required

Job identifier

GET
/jobs/{job_id}
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
Loading...
Response
200
200
Loading...

Response Body Schema

name
string
Required
length
0-256

Logical job name unique per tenant.

type
string
Required

Job type

Available Values: slu

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.

tz
string
length
0-64

Timezone identifier used for cron-based scheduling.

metadata
object
Required

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