---
title: "Monitor a content import job in real-time"
method: GET
path: "/api/v1/content/_import/{jobId}/monitor"
tags: ["Content Import", "Content"]
---

# Monitor a content import job in real-time

`GET /api/v1/content/_import/{jobId}/monitor`

Establishes a Server-Sent Events (SSE) connection to monitor the progress of a specific content import job in real-time. This endpoint will continuously send updates as the job progresses, including status changes and completion information.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Server-Sent Events stream established successfully. Events will be sent as the job progresses.

## Other responses

- `401` — Unauthorized: Invalid or missing user authentication.
- `403` — Forbidden: User does not have permissions to monitor the specified job.
- `404` — Not Found: Job with the specified ID could not be found.
- `500` — Internal Server Error: An unexpected error occurred while establishing the monitoring connection.

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
