Get AI-generated summary for a dataset file
GET/datasets/:id/files/summarize
Returns SummaryGenerationStatus and SummaryMetadata for a single dataset file. Required query file-name (else IPV-1020). File must exist in the dataset files table (else IPV-1002). Datasets AI service must be enabled (else AI-1004). Safe to retry (read-only).
Request
Responses
- 200
- 400
- 500
Summary status and metadata returned (GetSummaryResponse). SummaryGenerationStatus may be pending, summarizing, completed, etc. SummaryMetadata includes Summary and ApprovalStatus when generated.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Something went wrong at backend. Input, permission and file-state errors - such as an unsupported file type, a file that is already processed, or a dataset you cannot access - are also reported here.