cURL
curl --request GET \ --url http://localhost:3001/api/v1/jobs \ --cookie nut-session=
{ "success": true, "data": { "jobs": [ { "id": "<string>", "name": "<string>", "schedule": "<string>", "description": "<string>", "task": {}, "enabled": true, "lastRun": "2023-11-07T05:31:56Z", "nextRun": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } ] } }
Retrieve all scheduled jobs
Session cookie authentication
List of jobs
Show child attributes