Automations
Automations SDK
getAutomationLogs

getAutomationLogs

Get executions logs for an automation.

Usage

const automationLogs = await automationClient.getAutomationLogs(
  "your-automation-id"
);

Parameters

id

  • Type: string

Id of the automation to get logs.

Returns

Array of automation logs.

userOpHash

UserOp hash of the execution of your automation.