Skip to main content
GET
Get automation
Famulor 1.0 API (legacy). This page applies only to Famulor 1.0 (app.famulor.de) and is retained for legacy compatibility. For the current platform, use the Famulor 2.0 API reference.
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"}.