Skip to main content
GET
Get automation
This endpoint returns a single automation you own, including its full definition (the trigger and its chained steps) so you can inspect or repair it.

Path Parameters

string
required
The ID of the automation (from List automations)

Query Parameters

boolean
By default, credential-bearing values inside the definition (API keys, tokens, Authorization headers) are masked as ••• hidden. Pass true to return them unmasked.

Response

object
The automation
A missing automation — or one that does not belong to your account — returns a 404 with {"message": "Automation not found"}.