curl --request GET \
--url http://localhost:3000/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
curl --request GET \
--url http://localhost:3000/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"
}
]
}
}Session cookie authentication
List of jobs
Show child attributes
Show child attributes
Job ID
Job name
Cron expression
Task configuration