GET /resources/
Returns details for a specific resource by its ID. Only returns resources that have not been soft-deleted.Authentication
This endpoint requires authentication.Path Parameters
The unique identifier of the resource (MongoDB ObjectId format)
Response
Returns a single resource object.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 resource ID format
Resource not found
Database operation failed