Command Reference > share > getSentShare
Get a sent share in the given Purview account.
pv share getSentShare --sentShareName=<val>
--sentShareName
(string)
The name of the sent share.
None
Share Data Plane > Sent Shares > Get
GET https://{accountName}.purview.azure.com/share/sentShares/{sentShareName}
Get a sent share.
pv share getSentShare --sentShareName "NewShare"
Sample response.
{
"id":"/sentShares/NewShare",
"name":"NewShare",
"properties":{
"collection":{
"referenceName":"qrzdyx",
"type":"CollectionReference"
},
"createdAt":"2022-09-01T16:48:25.0489591Z",
"description":"This is a description.",
"provisioningState":"Succeeded",
"senderEmail":"[email protected]",
"senderName":"Taygan Rifat",
"senderTenantName":"Microsoft"
},
"shareKind":"InPlace",
"type":"sentShares"
}