Get the status of an job to measure mapped percentages.
The resulting job status.
The response for a bad request.
The response for too many requests (concurrency or rate throttling).
{- "jobId": "string",
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "items": [
- {
- "propertyName": "string",
- "mappedPercentage": 100
}
]
}