GET /resources
Returns a list of all resources with pagination support. Only returns resources that have not been soft-deleted.Authentication
This endpoint requires authentication.Query Parameters
Number of resources to skip for pagination. Must be >= 0.
Maximum number of resources to return. Must be between 1 and 50.
Response
Returns an array of resource objects.Unique identifier for the resource (MongoDB ObjectId)
ID of the wrapper associated with this resource
Name of the resource
Type of the resource
Start period timestamp for the resource
End period timestamp for the resource
Example Request
Example Response
Error Responses
Invalid query parameters (e.g., limit > 50 or skip < 0)
Database operation failed