Skip to main content
Retrieve information about a specific table by its UID. Required Permission:
  • cyera.read.table
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
Table UIDThe UID of the table to retrieve data for.

Example Output

{
	"uid": "43cc6fc7-96ea-4f50-837b-5v8b0ecbl593",
	"name": "Servicing.DataWarehouse_History",
	"rowCount": 12467730,
	"sensitiveRecordsCount": 163661377,
	"creationDate": "2022-11-05T12:51:08.000Z",
	"tableLevelClassifications": [
		{
			"dataClassName": "Full Name",
			"classificationName": "Client Full Name, Brazil",
			"dataCategory": "Personal",
			"collections": [
				"Learned",
				"File"
			],
			"customCollections": [
				"Custom 1",
				"Custom 2"
			],
			"uid": "d0d033c7-5cca-48d2-a270-f6848443f4a6",
			"sensitivity": "VerySensitive",
			"sensitivityDisplayName": "Top Secret",
			"...": "[Additional Properties Truncated]"
		}
	],
	"sensitivity": "VerySensitive",
	"sensitivityDisplayName": "Top Secret",
	"dbName": "Company_Data_Warehouse",
	"schemaName": "db_schema",
	"columns": [
		{
			"uid": "484a9586-e968-4ca7-b443-7ff4a0e877de",
			"name": "full name",
			"classifications": [
				{
					"dataCategory": "Personal",
					"collections": [
						"Learned",
						"File"
					],
					"customCollections": [
						"Custom 1",
						"Custom 2"
					],
					"uid": "2990c454d9eb4b098d5777db6807676ffc4eb48088dd9f7e8d4847a5a49f50bc",
					"name": "Client Full Name, Brazil",
					"dataClassName": "Full Name",
					"sensitivity": "VerySensitive",
					"recordsCount": 20,
					"context": {
						"role": "Customer",
						"tokenization": "Dynamically-Masked",
						"geoLocations": [
							"EU",
							"California",
							"Brazil"
						],
						"synthetic": true,
						"dataSubjectAge": "13-15",
						"businessContext": [
							{
								"key": "string",
								"value": "string"
							}
						],
						"identified": true,
						"identifiability": "Identifier"
					},
					"...": "[Additional Properties Truncated]"
				}
			],
			"recordsCount": 25
		}
	],
	"lastModifiedTime": "2022-11-05T12:51:08.000Z"
}

Workflow Library Example

Get Table with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop