Changes the owner of an automation to another user. This action removes the history and change logs of this automation. All linked connections used in the automation are detached and not moved to the new owner.
The unique identifier for the automation.
an object with the body content
The unique identifier of the new owner.
Optional
options: ApiCallOptionsChanges the space of an automation by specifying a new space.
Changes the space of an automation by specifying a new space.
The unique identifier for the automation.
an object with the body content
The unique identifier of the new space.
Optional
options: ApiCallOptionsClears the cache for automations api requests.
Clears the cache for automations api requests.
Duplicates an existing automation. The requesting user must be the owner of the automation.
Duplicates an existing automation. The requesting user must be the owner of the automation.
The unique identifier for the automation.
an object with the body content
Name of the new automation.
Optional
options: ApiCallOptionsCreates a new automation. The requesting user must be assigned the AutomationCreator
role.
Creates a new automation. The requesting user must be assigned the AutomationCreator
role.
an object with the body content
Optional
options: ApiCallOptionsDeletes an automation. The requesting user must be the owner of the automation, or be assigned the TenantAdmin
role.
Deletes an automation. The requesting user must be the owner of the automation, or be assigned the TenantAdmin
role.
The unique identifier for the automation.
Optional
options: ApiCallOptionsDisables an automation so that it cannot be run. The requesting user must be the owner of the automation, or be assigned the TenantAdmin
role.
Disables an automation so that it cannot be run. The requesting user must be the owner of the automation, or be assigned the TenantAdmin
role.
The unique identifier for the automation.
Optional
options: ApiCallOptionsEnables an automation so that it can be run. The requesting user must be the owner of the automation, or be assigned the TenantAdmin
role.
Enables an automation so that it can be run. The requesting user must be the owner of the automation, or be assigned the TenantAdmin
role.
The unique identifier for the automation.
Optional
options: ApiCallOptionsRetrieves the full definition of an automation. The requesting user must be the owner of the automation.
Retrieves the full definition of an automation. The requesting user must be the owner of the automation.
The unique identifier for the automation.
Optional
options: ApiCallOptionsRetrieves a specific run for an automation. The requesting user must be the owner of the automation.
Retrieves a specific run for an automation. The requesting user must be the owner of the automation.
The unique identifier for the automation.
The unique identifier for the run.
Optional
options: ApiCallOptionsRetrieves the URL for the debug log of a specific automation run. The requesting user must be the owner of the automation.
Retrieves the URL for the debug log of a specific automation run. The requesting user must be the owner of the automation.
The unique identifier for the automation.
The unique identifier for the run.
Optional
options: ApiCallOptionsRetrieves a list of runs for a specific automation. The requesting user must be the owner of the automation, or be assigned the TenantAdmin
role.
Retrieves a list of runs for a specific automation. The requesting user must be the owner of the automation, or be assigned the TenantAdmin
role.
The unique identifier for the automation.
an object with query parameters
Optional
fields?: stringAllows to select the actual fields to be returned. Where the default is all fields
Optional
filter?: stringAllowed filters: status, context, startTime and title, spaceId, ownerId, executedById
Optional
limit?: numberThe number of runs to retrieve.
Optional
sort?: The field to sort by, with +- prefix indicating sort order. (?query=-startTime => sort on the startTime field using descending order)
Optional
options: ApiCallOptionsRetrieves a specific run for an automation. The requesting user must be the owner of the automation.
Retrieves a specific run for an automation. The requesting user must be the owner of the automation.
The unique identifier for the automation.
The unique identifier for the run.
an object with query parameters
Optional
fields?: stringAllows to select the actual fields to be returned. Where the default is all fields
Optional
options: ApiCallOptionsRetrieves a list of the automations that the requesting user has access to.
Retrieves a list of the automations that the requesting user has access to.
an object with query parameters
Optional
fields?: stringAllows to select the actual fields to be returned. When no fields are defined, all are returned.
Optional
filter?: stringAllowed filters: name, runMode, lastRunStatus, ownerId, spaceId
Optional
limit?: numberThe number of automations to retrieve.
Optional
listAll?: booleanWhen true, list all automations. Restricted to tenant admins and analytics admins.
Optional
sort?: The field to sort by, with +- prefix indicating sort order. (?query=-name => sort on the name field using descending order)
Optional
options: ApiCallOptionsRetrieves paginated usage metrics for automations. The requesting user must be assigned the TenantAdmin
role.
Retrieves paginated usage metrics for automations. The requesting user must be assigned the TenantAdmin
role.
an object with query parameters
Optional
breakdownBy?: stringIf specified, result will be broken apart for each automation
Indicates how the metrics should be filtered
Optional
options: ApiCallOptionsRetrieves the full definition of an automation. The requesting user must be the owner of the automation.
Retrieves the full definition of an automation. The requesting user must be the owner of the automation.
The unique identifier for the automation.
an object with query parameters
Optional
fields?: stringAllows to select the actual fields to be returned. Where the default is all fields
Optional
options: ApiCallOptionsChanges the owner of an automation to another user. This action removes the history and change logs of this automation. All linked connections used in the automation are detached and not moved to the new owner.
Changes the owner of an automation to another user. This action removes the history and change logs of this automation. All linked connections used in the automation are detached and not moved to the new owner.
The unique identifier for the automation.
an object with the body content
Optional
options: ApiCallOptionsCreates a runs for a specific automation. The requesting user must be the owner of the automation.
Creates a runs for a specific automation. The requesting user must be the owner of the automation.
The unique identifier for the automation.
an object with the body content
Optional
options: ApiCallOptionsRetries a specific run by creating a new run using the same inputs. The requesting user must be the owner of the automation.
Retries a specific run by creating a new run using the same inputs. The requesting user must be the owner of the automation.
The unique identifier for the automation.
The unique identifier for the run.
Optional
options: ApiCallOptionsForcefully stops an automation run immediately. The requesting user must be the owner of the automation.
Forcefully stops an automation run immediately. The requesting user must be the owner of the automation.
The unique identifier for the automation.
The unique identifier for the run.
Optional
options: ApiCallOptionsUpdates the full definition of an automation. The requesting user must be the owner of the automation.
Updates the full definition of an automation. The requesting user must be the owner of the automation.
The unique identifier for the automation.
an object with the body content
Optional
options: ApiCallOptions
Changes the owner of an automation to another user. This action removes the history and change logs of this automation. All linked connections used in the automation are detached and not moved to the new owner.