---
title: "GET /api/admin/bootstrap_cache"
method: GET
path: "/api/admin/bootstrap_cache"
tags: ["Admin"]
---

# GET /api/admin/bootstrap_cache

`GET /api/admin/bootstrap_cache`

GET operation for /api/admin/bootstrap_cache

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Cache status summary including config flags and entry list

- object
  - `success` boolean
  - `message` object
    - `enabled` boolean
    - `ttl_minutes` integer
    - `cleanup_retention_days` integer
    - `bucket` string
    - `prefix` string
    - `entry_count` integer
    - `entries` object[]
      - `key` string
      - `last_modified` string, date-time
      - `size` integer

## Other responses

- `401` — Authentication required or not an admin
- `500` — Failed to read bootstrap cache state

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
