Jobs
Job Schedule by ID
Get job schedule by id
{
"result": {
"id": "string",
"integration_id": "string",
"created_at": "string",
"updated_at": "string",
"job_type": "string",
"status": "ACTIVE",
"last_run": [
"string",
"null"
],
"sync_frequency": "number",
"sync_cadence": "MINUTE",
"parameters": {}
}
}
Path Parameters
integration_idrequired
string
The unique identifier for the integration
job_schedule_idrequired
string
The unique identifier for the job schedule
integration_idrequired
string
The unique identifier for the integration
job_schedule_idrequired
string
The unique identifier for the job schedule
Response
resultrequired
object