List Jobs
Query Parameters
Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Examples: id,created_at
Page number of records you wish to skip before selecting records. Final skipped records count would be limit * offset.
Additional query in PlusAuth Query Language format.
Response Body Schema
totalnumberZorunlu
Total number of results matching the query.
resultsarray<object>
Array of the paginated results matching the query.
results. namestringZorunlu
Logical job name unique per tenant.
results. typestringZorunlu
Job type
Mevcut Değerler: slu
results. end_atstring
End boundary for job schedule.
results. max_runsinteger
Maximum allowed executions for scheduled jobs.
results. patternstring
Cron pattern, seconds are not supported. Null/undefined for one-time jobs.
results. start_atstring
Start boundary for job schedule.
results. tzstring
Timezone identifier used for cron-based scheduling.
results. metadataobjectZorunlu
Custom metadata, input payload templates, tags, or execution options.