---
title: "Fire a run-scoped event signal"
method: POST
path: "/api/workflow-runs/{runId}/events"
tags: ["WorkflowEvents"]
---

# Fire a run-scoped event signal

`POST /api/workflow-runs/{runId}/events`

Emits an event onto the workflow event bus with `_runId` injected. Used by wait nodes in `event` mode with `scope: 'run'`. The body's `name` is the bus event name; `payload` is forwarded as-is plus `_runId`.

## Path parameters

- `runId` string, uuid, required

## Request body

- object
  - `name` string, required
  - `payload` object

## Response `200`

Event emitted

- object
  - `ok` true, required
  - `name` string, required
  - `runId` string, required

## Other responses

- `400` — Validation error
- `404` — Workflow run not found

## Changes

- **2026-08-07** `06cac6a7c5bc` — 3 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `404`

[Change history](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/changes/api/workflow-runs/:runId/events/post.md)

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4d23bb3d853c?raw)
