GET /resources/wrappers//monitoring
Get type-specific monitoring details for a wrapper. This is a universal endpoint with a flexible response structure that adapts to the wrapper type (API, CSV, XLSX) and provides detailed operational metrics.Authentication
This endpoint requires authentication. Include your API key in the request headers.Path Parameters
The unique identifier of the wrapper to monitor
Response
The wrapper ID being monitored
Current health status:
HEALTHY, STALLED, DEGRADED, CRASHED, or UNKNOWNType-specific monitoring information. The structure varies based on wrapper type and source.
Example Request
cURL
Example Response (API Wrapper)
Example Response (CSV Wrapper)
Example Response (Wrapper Not Found)
Error Responses
Service unavailable getting monitoring details:
- Connection error to monitoring service
- Timeout querying wrapper metrics
Monitoring Metrics by Type
API Wrappers (Continuous Execution):- Process-level metrics (PID, uptime, memory, CPU)
- Polling statistics (last poll time, poll count)
- Error tracking
- Network connection status
- File information (path, size)
- Processing statistics (rows processed, processing time)
- Completion status
- Data quality metrics
Use Cases
- Monitor wrapper performance and resource usage
- Track data collection frequency and reliability
- Identify performance bottlenecks
- Set up alerting based on error counts or health status
- Capacity planning based on memory and CPU usage
- Debugging execution issues with detailed operational metrics