Clears the cache for tasks api requests.
Creates a new task.
Creates a new task.
an object with query parameters
OptionalmigrateFrom?: stringID of the reload-task to migrate from the old system (optional).
an object with the body content
Optionaloptions: ApiCallOptionsDeletes a specific task.
Deletes a specific task.
The task's unique identifier.
Optionaloptions: ApiCallOptionsReturns the last run of a specific task.
Returns the last run of a specific task.
The task's unique identifier.
Optionaloptions: ApiCallOptionsRetrieves details for a specific task.
Retrieves details for a specific task.
The task's unique identifier.
Optionaloptions: ApiCallOptionsGet specific run log of a task.
Get specific run log of a task.
The task's unique identifier.
The run's unique identifier.
Optionaloptions: ApiCallOptionsReturns runs for the specified task.
Returns runs for the specified task.
The task's unique identifier.
an object with query parameters
Optionallimit?: numberThe maximum number of task runs to return for a request.
Optionalpage?: stringThe page cursor.
Optionalsort?: The property of a resource to sort on (default sort is -startedAt). A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optionaloptions: ApiCallOptionsRetrieves a list of the tasks that the requesting user has access to.
Retrieves a list of the tasks that the requesting user has access to.
an object with query parameters
Optionallimit?: numberThe maximum number of resources to return for a request.
Optionalpage?: stringThe page cursor.
Required. Filter tasks by its target resource ID. If not provided, request will fail with 400 (Bad Request).
Optionalsort?: "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt"The property of a resource to sort on (default sort is -updatedAt). A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optionaloptions: ApiCallOptionsReturns a list of task runs for a specified resourceId.
Returns a list of task runs for a specified resourceId.
Filter tasks by its target resource ID
an object with query parameters
Optionallimit?: numberThe maximum number of task runs to return for a request.
Optionalpage?: stringThe page cursor.
Optionalsort?: The property of a resource to sort on (default sort is -startedAt). A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optionaloptions: ApiCallOptionsStarts the specified task.
Starts the specified task.
The task's unique identifier.
an object with query parameters
Optionalsource?: stringIndicates the origin of the trigger. If not provided, defaults to 'manual'. For event-triggered tasks, this can be the name of the triggering task.
Optionaloptions: ApiCallOptionsUpdates a specific task. If the task is owned by another user, ownership will be transferred to the requesting user.
Updates a specific task. If the task is owned by another user, ownership will be transferred to the requesting user.
The task's unique identifier.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for tasks api requests.