# List of automations List of Automations Endpoint: GET /flows/api/flows Version: 3.0 Security: bearerAuth ## Query parameters: - `limit` (integer) How many items to return at one time (default 20) Example: 20 - `offset` (integer) Data offset (default 0) - `order_field` (string) Field of sorting Example: "created_at" - `order_type` (string) Type of sorting 'asc'(default) or 'desc' Enum: "asc", "desc" - `filter` (object) Search filters, supported (q) ## Response 200 fields (application/json): - `data` (array) - `data.uuid` (string, required) Example: "uuid-uuid-uuid-uuid-example" - `data.public_uuid` (string,null) Example: "uuid-uuid-uuid-uuid-example" - `data.team_id` (integer, required) Example: 1 - `data.name` (string, required) Example: "CMO Germany" - `data.flow_workspace_uuid` (string,null) Example: "uuid-uuid-uuid-uuid-example" - `data.flow_version_uuid` (string, required) Example: "uuid-uuid-uuid-uuid-example" - `data.schedule` (object, required) - `data.schedule.timezone` (string, required) Example: "Asia/Omsk" - `data.schedule.use_lead_timezone` (boolean) - `data.schedule.timeblocks` (array, required) - `data.schedule.timeblocks.dow` (integer) - `data.schedule.timeblocks.from` (integer) Example: 840 - `data.schedule.timeblocks.to` (integer) Example: 1080 - `data.description` (string,null) Example: "This is a flow description" - `data.priority` (integer, required) Example: 10 - `data.status` (string, required) Example: "on" - `data.is_public` (boolean, required) Example: true - `data.user_id` (integer, required) Example: 1 - `data.created_at` (string) Example: "2024-12-11T12:34:56Z" - `data.updated_at` (string) Example: "2024-12-11T12:34:56Z" - `limit` (integer) Example: 20 - `offset` (integer) - `total` (integer) Example: 199 - `has_more` (boolean) Example: true