Get the task state for the given task
Task
Get the task state for the given task
GET
Get the task state for the given task
Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Task name
Response
200 - application/json
successful operation
The response is of type enum<string>.
Available options:
NOT_STARTED, IN_PROGRESS, STOPPED, STOPPING, FAILED, COMPLETED, ABORTED, TIMED_OUT, TIMING_OUT, FAILING Fetch count of sub-tasks for each of the tasks for the given task typeSchedule tasks and return a map from task type to task name scheduled. If task type is missing, schedules all tasks. If table name is missing, schedules tasks for all tables in the database. If database is missing in headers, uses default.

