Skip to main content
GET
Get ScheduledJobSchedule by ID

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The ScheduledJobSchedule

A scheduled job schedule defines when a scheduled job should run (cron expression).

changeSequence
integer<int32>
createdOn
string<date-time>
cronExpression
string
id
string
lastEvent
string<date-time> | null
nextEvent
string<date-time> | null
type
string
updatedOn
string<date-time>
uuid
string