Execute a task object.

POST {{baseUrl}}/api/v2/databases/:database/schemas/:schema/tasks/{{name}}:execute?retryLast=false

Execute a task -- this is equivalent to EXECUTE IMMEDIATE.

Request Params

KeyDatatypeRequiredDescription
retryLastbooleanRetry the last failed run of the DAG.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cstring\u003e"}