Version v0.48 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
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:
idvalue must be an integer greater than zero.
GET /api/task/info
Return raw data about all scheduled tasks (i.e., Quartz Jobs and Triggers).
Read docs for other versions of Metabase.