---
title: "Gets all notifications in a namespace"
method: GET
path: "/api/v2/namespaces/{namespace}/metrics/instance"
tags: ["metrics"]
---

# Gets all notifications in a namespace

`GET /api/v2/namespaces/{namespace}/metrics/instance`

## Path parameters

- `namespace` string, required

## Query parameters

- `workflowPath` string, required

## Response `200`

Workflow instance metrics.

- object
  - `data` object
    - `complete` number
    - `failed` number
    - `cancelled` number
    - `crashed` number
    - `pending` number
    - `total` number

## Changes

- **2025-11-11** `cadb41a89182` — 6 breaking
  - the `data/cancelled` response's property type changed from `int` to `number` for status `200`
  - the `data/complete` response's property type changed from `int` to `number` for status `200`
  - the `data/crashed` response's property type changed from `int` to `number` for status `200`
  - the `data/failed` response's property type changed from `int` to `number` for status `200`
  - …2 more
- **2025-11-11** `5ca26983939a` — 6 breaking
  - the `data/cancelled` response's property type changed from `number` to `int` for status `200`
  - the `data/complete` response's property type changed from `number` to `int` for status `200`
  - the `data/crashed` response's property type changed from `number` to `int` for status `200`
  - the `data/failed` response's property type changed from `number` to `int` for status `200`
  - …2 more

[Change history](https://skmtc.dev/direktiv/apis/direktiv-apiv2-reference/changes/api/v2/namespaces/:namespace/metrics/instance/get.md)

---

[API](https://skmtc.dev/direktiv/apis/direktiv-apiv2-reference.md) · [All operations](https://skmtc.dev/direktiv/apis/direktiv-apiv2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/direktiv/direktiv-apiv2-reference/revisions/ad935afb0f54/schema)
