Get crontab
Get the selected crontab
GET api/servers/{server}/crontabs/{id}
Required scopes
Read cronjobs
Example request:
curl -X GET "https://ploi.io/api/servers/{server}/crontabs/{id}" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"