# List automations Retrieve all outreach automations in your account. Automations are multi-step sequences that send LinkedIn messages, emails, and other actions on a schedule. Endpoint: GET /flows/api/flows Version: 2.0.0 Security: bearerAuth ## Query parameters: - `limit` (integer) Items per page (default 20). Example: 20 - `offset` (integer) Items to skip (default 0). - `order_field` (string) Sort field (default created_at). Example: "created_at" - `order_type` (string) Sort direction. Enum: "asc", "desc" - `filter` (object) Filters. ## Response 200 fields (application/json): - `data` (array) - `data.uuid` (string) Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `data.public_uuid` (string,null) - `data.team_id` (integer) - `data.name` (string) Example: "DACH CTO Outreach" - `data.flow_workspace_uuid` (string,null) - `data.flow_version_uuid` (string) - `data.schedule` (object) Working hours schedule. - `data.schedule.timezone` (string, required) Example: "Europe/Berlin" - `data.schedule.use_lead_timezone` (boolean) - `data.schedule.timeblocks` (array, required) - `data.schedule.timeblocks.dow` (integer) Day of week (0=Sunday). - `data.schedule.timeblocks.from` (integer) Start time in minutes from midnight. Example: 540 - `data.schedule.timeblocks.to` (integer) End time in minutes from midnight. Example: 1080 - `data.description` (string,null) - `data.priority` (integer) - `data.status` (string) on, off, or archived. Example: "on" - `data.is_public` (boolean) - `data.user_id` (integer) - `data.created_at` (string) - `data.updated_at` (string) - `limit` (integer) Example: 20 - `offset` (integer) - `total` (integer) Example: 15 - `has_more` (boolean)