---
title: "Create monitoring workflow runs from workflows"
method: POST
path: "/monitoring-runs/tenants/{tenantId}"
tags: ["MonitoringRun"]
---

# Create monitoring workflow runs from workflows

`POST /monitoring-runs/tenants/{tenantId}`

Creates monitoring workflow runs from workflows based on a monitoring run ID. This endpoint processes workflows in batches using pagination tokens. The monitoringRunId is required, and nextPageToken is optional for pagination.

## Path parameters

- `tenantId` string, required

## Headers

- `tenant-id` string, required

## Request body

- CreateMonitoringWorkflowRunRequest
  - `monitoringRunId` string, required
  - `nextPageToken` string

## Response `200`

Successfully created monitoring workflow runs

- object

## Other responses

- `400` — Invalid request data
- `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)
