Get dataset analytics summary
GET/datasets/:id/analytics
Returns the analytics summary and a presigned S3 URL for the dataset's profiling report. The caller must have at least read-only access on the dataset. For S3-target datasets, DatasetAnalytics contains the stored profiling summary string and PresignedUrl is a time-limited S3 GET URL for the full report file. For non-S3 targets (Redshift, DynamoDB, etc.) both fields return "N/A".
Request
Responses
- 200
- 400
- 500
Analytics summary retrieved successfully.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Validation error — dataset not found, user not authorized, or role_id missing.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Internal server error
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers