---
title: "Monitor issue"
method: POST
path: "/v1/projects/{projectSlug}/issues/{issueSlug}/monitor"
tags: ["Issues"]
---

# Monitor issue

`POST /v1/projects/{projectSlug}/issues/{issueSlug}/monitor`

Starts (or realigns) monitoring for the issue. When the issue 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 issue.

## Path parameters

- `projectSlug` string, required — Project slug (human-readable identifier)
- `issueSlug` string, required — Issue slug.

## Response `202`

Monitor job enqueued

- MonitorIssueResponse
  - `jobId` string, required — Identifier of the monitor job.
  - `evaluationId` string, nullable, required — The id of the evaluation being realigned, or `null` when a brand-new evaluation is being generated.

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `404` — Not found

---

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