---
title: "List all moudle"
method: GET
path: "/api/listModule"
tags: ["module"]
---

# List all moudle

`GET /api/listModule`

List all moudle

## Query parameters

- `fields` string

## Response `200`

OK

- HttpListModuleResp
  - `code` integer — Semantic and usage follow HTTP statues code convention. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
  - `data` DaoModuleGORM[]
    - `create_time` string
    - `desire_state` integer
    - `ebpf` string
    - `ebpf_fmt` integer
    - `ebpf_lang` integer
    - `ebpf_perf_name` string
    - `ebpf_probes` string
    - `fn` string
    - `id` string — tag schema https://gorm.io/docs/models.html#Fields-Tags
    - `name` string
    - `schema_attr` string
    - `schema_name` string
    - `wasm` integer[] — wasm store the whole wasm file content
    - `wasm_fmt` integer
    - `wasm_lang` integer
  - `message` string — A human readable message explain the details of the status.

---

[API](https://skmtc.dev/tricorder-observability/apis/untitled-api.md) · [All operations](https://skmtc.dev/tricorder-observability/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tricorder-observability/untitled-api/revisions/2a0bad9ea452/schema)
