Explanation Summary
Get an AI-generated explanation summary for a dataset's content and patterns.
GET
https://api.futureagi.com/model-hub/datasets/explanation-summary/{dataset_id}/ Authentication
Path parameters
dataset_id
The dataset ID.
Response
200 OK message
Status message.
data
Explanation summary data.
response
AI-generated summary content.
summary
Natural-language summary of the dataset.
key_patterns
Notable patterns and trends identified.
critical_issues
Quality issues or anomalies identified.
last_updated
ISO 8601 timestamp of last generation.
status
Generation status.
row_count
Current row count in the dataset.
min_rows_required
Minimum rows required to generate a summary.
Errors
401
Invalid or missing API credentials.
404
The specified dataset was not found or does not belong to your organization.
500
Unexpected server error.