# Retrieve a list of health items with optional search and pagination **GET /api/v1/health** Fetches a paginated list of health items, optionally filtered by a search query. Provides pagination metadata including total items, total pages, current page, and page size. ## Servers - Production server for Ark API: https://ark.collegecanine.com (Production server for Ark API) ## Parameters ### Query parameters - **q** (string) Optional search query to filter health items by name - **page** (integer) Page number to retrieve (defaults to 1) - **size** (integer) Number of items per page, with a maximum of 200 ## Responses ### 200 A paginated list of health items was successfully retrieved #### Body: application/json (object) - **data** (array[object]) List of health items matching the search query - **pagination** (object) Pagination metadata ### 500 Failed to fetch health items due to a server error [Powered by Bump.sh](https://bump.sh)