Content Import
Content
Monitor a content import job in real-time
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.
get/api/v1/content/_import/{jobId}/monitor
Path parameters
jobIdstring uuid required
Example:e6d9bae8-657b-4e2f-8524-c0222db66355
The unique identifier (UUID) of the job whose status is to be retrieved.
Response
Server-Sent Events stream established successfully. Events will be sent as the job progresses.
Changes
No recorded changes to this endpoint across all 1 revision of this API.