List worker schedules
$ handinger workers:schedules list
GET/api/workers/{workerId}/schedules
List scheduled tasks for a worker.
List worker schedules
handinger workers:schedules list \
--api-key 'My API Key' \
--worker-id t_org_123_w_01HZY2ZJQ8G7K42W2D7WF6V4GM{
"schedules": [
{
"id": "id",
"budget": "low",
"input": "input",
"nextRunAt": "2019-12-27T18:11:19.117Z",
"type": "scheduled"
}
],
"workerId": "workerId"
}Returns Examples
{
"schedules": [
{
"id": "id",
"budget": "low",
"input": "input",
"nextRunAt": "2019-12-27T18:11:19.117Z",
"type": "scheduled"
}
],
"workerId": "workerId"
}