Skip to main content

GET /utils/

Retrieve items.

Retrieves a paginated list of items, returning all items for superusers or only owned items for regular users.

Endpoint

GET /utils/ 

Parameters

NameTypeDescription
sessionSessionDepThe database session dependency used to execute queries.
current_userCurrentUserThe authenticated user object used to determine access levels and filter items by ownership.
skipint = 0The number of items to skip before starting to collect the result set for pagination.
limitint = 100The maximum number of items to return in a single response.

Response

StatusDescription
200Successfully retrieved the list of items. Returns ItemsPublic.