cURL
curl --request GET \ --url http://localhost:3000/api/v1/jobs/{id} \ --cookie nut-session=
{ "success": true, "data": { "job": { "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 a specific job
Session cookie authentication
Job ID
Job details
Show child attributes
Job name
Cron expression
Task configuration