This API provides real-time status information for content import and validation operations. Use this endpoint to monitor job progress, check completion status, and access detailed logs and error information.
Log files contain detailed information about:
| Actor | Permission |
|---|---|
| User |
|
The current status and progress information for the specified import or validation job.
Response Details:
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
Shows an import job that is currently processing content
{- "status": "In Progress",
- "jobType": "Import",
- "progress": {
- "processed": 1250,
- "total": 5000,
- "percentage": 25
}, - "logFileLocation": "s3://mybucket/logs/import-logs-7A84B875-6F75-4C7B-B137-0632B62DB0BD.txt",
- "startTime": "2024-03-01T10:00:00.000Z",
- "estimatedCompletion": "2024-03-01T11:30:00.000Z",
- "currentOperation": "Processing content items"
}