Liking cljdoc? Tell your friends :D

metabase.api.task

/api/task endpoints

/api/task endpoints
raw docstring

GET_clj

GET /api/task/

Fetch a list of recent tasks stored as Task History

You must be a superuser to do this.

PARAMS:
  • limit value may be nil, or if non-nil, value must be a valid integer greater than zero.

  • offset value may be nil, or if non-nil, value must be a valid integer greater than or equal to zero.

## `GET /api/task/`

Fetch a list of recent tasks stored as Task History

You must be a superuser to do this.

##### PARAMS:

*  **`limit`** value may be nil, or if non-nil, value must be a valid integer greater than zero.

*  **`offset`** value may be nil, or if non-nil, value must be a valid integer greater than or equal to zero.
sourceraw docstring

GET_:idclj

GET /api/task/:id

Get TaskHistory entry with ID.

PARAMS:
  • id
## `GET /api/task/:id`

Get `TaskHistory` entry with ID.

##### PARAMS:

*  **`id`** 
sourceraw docstring

GET_infoclj

GET /api/task/info

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

You must be a superuser to do this.

## `GET /api/task/info`

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

You must be a superuser to do this.
sourceraw docstring

routesclj

Ring routes for api/task: (GET_ GET_:id GET_info)

Ring routes for api/task:
(GET_ GET_:id GET_info)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close