v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-263064641.4 MB
MeshTrace

Returns a list of MeshTrace in the mesh.

get/v1/mesh/control-planes/{cpId}/api/meshes/{mesh}/meshtraces

Path parameters

meshstring required

name of the mesh

Query parameters

offsetinteger

offset in the list of entities

sizeinteger

the number of items per page

keystring
valuestring

filter by labels when multiple filters are present, they are ANDed

Response

List

totalnumber

The total number of entities

nextstring

URL to the next page

Example response

{
  "items": [
    {
      "kri": "kri_mtr_default_zone-east_kuma-demo_mypolicy1_",
      "spec": {
        "default": {
          "backends": [
            {
              "openTelemetry": {
                "endpoint": "otel-collector:4317"
              }
            }
          ]
        }
      },
      "creationTime": "0001-01-01T00:00:00Z",
      "modificationTime": "0001-01-01T00:00:00Z"
    }
  ]
}