Schedules
Get schedule
Gets the schedule object with all details.
get/v2/schedules/{scheduleId}
Path parameters
scheduleIdstring required
Example:asdLZtadYvn4mBZmm
Schedule ID.
Response
Example response
{
"data": {
"id": "asdLZtadYvn4mBZmm",
"userId": "wRsJZtadYvn4mBZmm",
"name": "my-schedule",
"cronExpression": "* * * * *",
"timezone": "UTC",
"isEnabled": true,
"isExclusive": true,
"createdAt": "2019-12-12T07:34:14.202Z",
"modifiedAt": "2019-12-20T06:33:11.202Z",
"nextRunAt": "2019-04-12T07:34:10.202Z",
"lastRunAt": "2019-04-12T07:33:10.202Z",
"description": "Schedule of actor ...",
"notifications": {
"email": true
},
"actions": [
{
"id": "c6KfSgoQzFhMk3etc",
"actorId": "jF8GGEvbEg4Au3NLA",
"runInput": {
"body": "{\\n \"foo\": \"actor\"\\n}",
"contentType": "application/json; charset=utf-8"
},
"runOptions": {
"build": "latest",
"timeoutSecs": 300,
"memoryMbytes": 1024,
"maxItems": 1000,
"maxTotalChargeUsd": 5
}
}
]
}
}