List the scheduled jobs configured for a library
GET/api/v1/libraries/:library_id/jobs
Jobs are per-library scheduled work; today the only kind is a metadata refresh. The schedule is a cron expression evaluated in the job's timezone, or the server's if it declares none.
Request
Responses
- 200
- 403
- 404
The library's jobs
Forbidden
Library not found