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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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
Optionalfields?: stringAllows to select the actual fields to be returned. Where the default is all fields
Optionalfilter?: stringAllowed filters: status, context, startTime and title, spaceId, ownerId, executedById
Optionallimit?: numberThe number of runs to retrieve.
Optionalsort?: The field to sort by, with +- prefix indicating sort order. (?query=-startTime => sort on the startTime field using descending order)
Optionaloptions: 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
Optionalfields?: stringAllows to select the actual fields to be returned. Where the default is all fields
Optionaloptions: 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
Optionalfields?: stringAllows to select the actual fields to be returned. When no fields are defined, all are returned.
Optionalfilter?: stringAllowed filters: name, runMode, lastRunStatus, ownerId, spaceId
Optionallimit?: numberThe number of automations to retrieve.
OptionallistAll?: booleanWhen true, list all automations. Restricted to tenant admins and analytics admins.
Optionalsort?: The field to sort by, with +- prefix indicating sort order. (?query=-name => sort on the name field using descending order)
Optionaloptions: 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
OptionalbreakdownBy?: stringIf specified, result will be broken apart for each automation
Indicates how the metrics should be filtered using a SCIM-style expression. Available parameters:
runs, scheduledRun, triggeredRun, webhookRuns, duration, bandwidthIn, bandwidthOut)Optionaloptions: 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
Optionalfields?: stringAllows to select the actual fields to be returned. Where the default is all fields
Optionaloptions: 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
Optionaloptions: 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
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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
Optionaloptions: 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.