v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Signals

Monitor signal

Starts (or realigns) monitoring for the signal. When the signal has no active evaluation, a new one is generated. When an active evaluation exists, the call realigns it. The work runs asynchronously and the response returns immediately. Returns 400 when monitoring is already in progress for this signal.

post/v1/projects/{projectSlug}/signals/{signalSlug}/monitor

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

signalSlugstring required

Signal slug.

Signal slug.

Response

Monitor job enqueued

jobIdstring required

Identifier of the monitor job.

evaluationIdstring nullable required

The id of the evaluation being realigned, or null when a brand-new evaluation is being generated.