---
title: "List all open maps"
method: GET
path: "/map"
tags: ["daemon"]
---

# List all open maps

`GET /map`

## Response `200`

Success

- BPFMapList — List of BPF Maps
  - `maps` BPFMap[] — Array of open BPF map lists
    - `path` string — Path to BPF map
    - `cache` BPFMapEntry[] — Contents of cache
      - `key` string — Key of map entry
      - `value` string — Value of map entry
      - `desired-action` 'ok' | 'insert' | 'delete' — Desired action to be performed
      - `last-error` string — Last error seen while performing desired action

---

[API](https://skmtc.net/cilium/apis/cilium-api.md) · [All operations](https://skmtc.net/cilium/apis/cilium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cilium/cilium-api/revisions/351336b27221/schema)
