GET /resources/wrappers/
Retrieve detailed information about a specific wrapper by its ID. This endpoint returns the complete wrapper configuration, status, execution history, and monitoring data.Authentication
This endpoint requires authentication. Include your API key in the request headers.Path Parameters
The unique identifier of the wrapper to retrieve
Response
Unique identifier for the wrapper
Associated resource ID (if created)
Indicator metadata describing the sustainability metric.
Type of data source:
API, CSV, or XLSXSource-specific configuration details (structure varies by source_type)
Generated wrapper code (null if not yet generated)
ISO 8601 timestamp of creation
ISO 8601 timestamp of last update
ISO 8601 timestamp of completion (null if not completed)
Current status:
pending, generating, creating_resource, executing, stopped, completed, or errorError message if status is
errorArray of execution log messages
ISO 8601 timestamp of last health check
ISO 8601 timestamp of last data transmission
Number of data points processed
Type-specific monitoring information (varies by wrapper type)
Current execution phase:
historical or continuousNewest data point timestamp ever sent (for resumable execution)
Oldest data point timestamp ever sent (for resumable execution)
Result of the last execution (if available).
Example Request
cURL
Example Response
Error Responses
404 Not Found
Wrapper not found:
- The wrapper_id does not exist
- The wrapper was deleted
Use Cases
- Monitor the current status of a wrapper
- Check execution history and logs
- Retrieve generated code for inspection
- View monitoring metrics and health data
- Access checkpoint information (high/low water marks) for resumable wrappers