Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 400 Bytes

task.md

File metadata and controls

29 lines (17 loc) · 400 Bytes
title summary
Task
/api/task endpoints.

Task

/api/task endpoints.

GET /api/task/

Fetch a list of recent tasks stored as Task History.

GET /api/task/:id

Get TaskHistory entry with ID.

PARAMS:

  • id

GET /api/task/info

Return raw data about all scheduled tasks (i.e., Quartz Jobs and Triggers).


<< Back to API index