Skip to main content
 print this page

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

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
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers