# List of Lists List of Lists Endpoint: GET /leads/api/lists 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) ## Response 200 fields (application/json): - `uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `team_id` (integer) Example: 1 - `name` (string) Example: "CMO Germany"