Command Reference > share > getReceivedShare
Get a received share by name.
pv share getReceivedShare --receivedShareName=<val>
--receivedShareName
(string)
The name of the received share.
None
Share Data Plane > Received Shares > Get
GET https://{accountName}.purview.azure.com/share/receivedShares/{receivedShareName}
Get a received share.
pv share getReceivedShare --receivedShareName "NewShare"
Sample response.
{
"id":"/receivedShares/NewShare",
"name":"NewShare",
"properties":{
"collection":{
"referenceName":"pvdemo52dg4-pv",
"type":"CollectionReference"
},
"createdAt":"2022-09-02T13:28:13.1922869Z",
"invitationId":"037ac95e-98a4-4b6a-aba7-7f915ab72497",
"provisioningState":"Succeeded",
"receivedShareStatus":"Active",
"receiverEmail":"[email protected]",
"receiverName":"Taygan Rifat",
"receiverTenantName":"Microsoft",
"senderEmail":"[email protected]",
"senderName":"Taygan Rifat",
"senderTenantName":"Microsoft",
"sentShareDescription":"This is a description.",
"sentShareLocation":"northeurope",
"shareName":"NewShare",
"sharedAt":"2022-09-01T16:48:25.7585096Z"
},
"shareKind":"InPlace",
"type":"receivedShares"
}