/automation/getDetails
  • 1 Minute to read
  • Dark
    Light

/automation/getDetails

  • Dark
    Light

Article summary

Post
/automation/getDetails

Returns detailed information for an time-based / event-based automation.

Query parameters
automationType
stringRequired

Type of the automation, values [EVENT_BASED, TIME_BASED]

Valid values[ "EVENT_BASED", "TIME_BASED" ]
automationId
integer (int64) Required

ID of the automation

Responses
200
object
id
integer (int64)
name
string
description
string
automationType
string
Valid values[ "EVENT_BASED", "TIME_BASED" ]
jobType
string
eventType
string
ownerName
string
nextExecutionDate
string
endDate
string
dateOfLastError
string
causeOfLastError
string
executionsCount
integer (int64)
status
string
Valid values[ "ACTIVE_RUNNING", "ACTIVE_SCHEDULED", "INACTIVE", "INACTIVE_DEACTIVATED", "INACTIVE_DONE" ]
archived
boolean
Default"False"
400

Was this article helpful?