# Retrieve Send Record List Endpoint: GET /organisations/{orgId}/record-sharing/outbound/shares Version: v2_31 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Query parameters: - `receiverUri` (string) The receiver Uri. - `rootRecordUri` (string) The root record to search for. ## Response 200 fields (application/json): - `id` (string) System assigned or user defined id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. - `receiverUri` (string, required) The URI for the connection that you want to share the record with. - `rootRecordUri` (string, required) The URI for the main record to be shared with the counterparty. - `recordUris` (array) The URI of other records to include in the send. ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields