Clears the cache for tasks api requests.
Creates a new task.
Creates a new task.
an object with query parameters
Optional
migrateFrom?: stringID of the reload-task to migrate from the old system (optional).
an object with the body content
Optional
options: ApiCallOptionsDeletes a specific task.
Deletes a specific task.
The task's unique identifier.
Optional
options: ApiCallOptionsReturns the last run of a specific task.
Returns the last run of a specific task.
The task's unique identifier.
Optional
options: ApiCallOptionsRetrieves details for a specific task.
Retrieves details for a specific task.
The task's unique identifier.
Optional
options: ApiCallOptionsGet specific run log of a task.
Get specific run log of a task.
The task's unique identifier.
The run's unique identifier.
Optional
options: ApiCallOptionsReturns runs for the specified task.
Returns runs for the specified task.
The task's unique identifier.
an object with query parameters
Optional
limit?: numberThe maximum number of task runs to return for a request.
Optional
page?: stringThe page cursor.
Optional
sort?: 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.
Optional
options: 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
Optional
limit?: numberThe maximum number of resources to return for a request.
Optional
page?: stringThe page cursor.
Required. Filter tasks by its target resource ID. If not provided, request will fail with 400 (Bad Request).
Optional
sort?: "+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.
Optional
options: 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
Optional
limit?: numberThe maximum number of task runs to return for a request.
Optional
page?: stringThe page cursor.
Optional
sort?: 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.
Optional
options: ApiCallOptionsStarts the specified task.
Starts the specified task.
The task's unique identifier.
an object with query parameters
Optional
source?: 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.
Optional
options: 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
Optional
options: ApiCallOptions
Clears the cache for tasks api requests.