Command Reference > glossary > readTermsImport
Get the status of an import CSV operation.
pv glossary readTermsImport --operationGuid=<val>
--operationGuid
(string)
The globally unique identifier for async operation/job.
None
Catalog Data Plane > Glossary > Get Import Csv Operation Status
GET https://{accountName}.purview.azure.com/catalog/api/glossary/terms/import/{operationGuid}
Get the status of an import CSV operation.
pv glossary readTermsImport --operationGuid "54c3e5d0-90b3-4249-851c-0e3c4dba33c1"
Sample response.
{
"createTime": "2022-02-06T22:19:48.949+0000",
"error": {
"errorCode": 0,
"errorMessage": ""
},
"id": "54c3e5d0-90b3-4249-851c-0e3c4dba33c1",
"lastUpdateTime": "2022-02-06T22:19:50.824+0000",
"properties": {
"importedTerms": "51",
"totalTermsDetected": "51"
},
"status": "SUCCEED"
}