List Iceberg Glue table optimizer runs
GET/datasets/:id/optimizers/runs
Returns run history for a specific AWS Glue Iceberg table optimizer. Iceberg-only; not supported for IcebergCatalog=s3tables (GE-1010). type query param is required (compaction | retention | orphan-file-deletion). Optional maxResults caps how many runs are returned after paginating Glue list_table_optimizer_runs. Response body is {"TableOptimizerRuns": [...]} with EventType, timestamps, and type-specific metrics when present.
Request
Responses
- 200
- 400
- 500
Run history returned as {"TableOptimizerRuns": [...]}. Empty list when no runs exist; empty object path when Glue reports entity not found is normalized by the handler.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend/generic failure. Body is {"Message": " -