# Get an automation Retrieve full details of an automation by UUID. Endpoint: GET /flows/api/flows/{flowUuid} Version: 2.0.0 Security: bearerAuth ## Path parameters: - `flowUuid` (string, required) Automation UUID. ## Response 200 fields (application/json): - `uuid` (string) Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `public_uuid` (string,null) - `team_id` (integer) - `name` (string) Example: "DACH CTO Outreach" - `flow_workspace_uuid` (string,null) - `flow_version_uuid` (string) - `schedule` (object) Working hours schedule. - `schedule.timezone` (string, required) Example: "Europe/Berlin" - `schedule.use_lead_timezone` (boolean) - `schedule.timeblocks` (array, required) - `schedule.timeblocks.dow` (integer) Day of week (0=Sunday). - `schedule.timeblocks.from` (integer) Start time in minutes from midnight. Example: 540 - `schedule.timeblocks.to` (integer) End time in minutes from midnight. Example: 1080 - `description` (string,null) - `priority` (integer) - `status` (string) on, off, or archived. Example: "on" - `is_public` (boolean) - `user_id` (integer) - `created_at` (string) - `updated_at` (string) ## Response 404 fields