# Get persons **GET /data/persons** Retrieve all persons. Supports filtering via query parameters and pagination. Admin users can include password hashes. Non-admin users only see minimal information. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **page** (integer) Page number for pagination - **limit** (integer) Number of results per page - **relations** (boolean) Whether to include relations - **with_pass_hash** (boolean) Include password hash (admin only) ## Responses ### 200: Persons retrieved successfully #### Body Parameters: application/json (array[object]) ### 400: Invalid filter format or query error [Powered by Bump.sh](https://bump.sh)