Get a single automation by its ID
Returns an single automation by its ID.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
id
Unique id of the automation
Response
Automation document that was requested
_id
Unique identifier of the automation
name
data
lastModifiedBy
lastRunAt
Agenda property defining when the last known run was process, stored in UTC. This does not include manually ran automations.
nextRunAt
Agenda property defining when the next run will process, stored in UTC.
repeatInterval
Agenda property defining how often an automation will repeat. Stored in human interval time format (https://github.com/agenda/human-interval).
migratedToOM
Property defining whether the automation has been migrated to app-operations_manager
correspondingOMAutomationId
Unique identifier of the automation
Errors
500
Internal Server Error