These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.49.

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

Read docs for other versions of Metabase.

Thanks for your feedback!

See something that needs fixing? Propose a change.