Skip to content
Snippets Groups Projects
task.md 444 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    title: "Task"
    
    Jeff Bruemmer's avatar
    Jeff Bruemmer committed
    summary: |
      /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`** value must be an integer greater than zero.
    
    
    ## `GET /api/task/info`
    
    Return raw data about all scheduled tasks (i.e., Quartz Jobs and Triggers).
    
    ---
    
    [<< Back to API index](../api-documentation.md)