Get Items
GET/items
Get all items from the database that match the query.
Returns a paginated list of items. A default limit of 5000 is applied
when not specified, with a maximum of 10000 per request. Use skip
and limit for pagination, or start_date/end_date for
time-based filtering.
Request
Responses
- 200
- 404
- 422
Successful Response
Not Found
Validation Error