---
title: "Get monitoring workflow runs"
method: GET
path: "/monitoring-runs"
tags: ["MonitoringRun"]
---

# Get monitoring workflow runs

`GET /monitoring-runs`

Fetches monitoring workflow runs from DAL by date with pagination. Returns paginated results of monitoring workflow runs for the specified date.

## Query parameters

- `date` string
- `pageNumber` integer
- `pageSize` integer

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved monitoring workflow runs

- object

## Other responses

- `400` — Invalid request parameters
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
