Samples
Collibra REST API authentication using Basic Authentication.
Asset identifier
Samples were successfully requested.
Returns job object which is running the fetching samples process and flag indicating if the new job was started to fetch samples or there was already one which existed before.
Represents the response returned when sample data is requested.
Whether this is a newly created job or one that is in progress.
The parameter is not a valid UUID for asset type: Column or Table.
The user is not authenticated to use this API.
The user lacks permission to view samples for the requested asset.
The asset can't be found.
Collibra REST API authentication using Basic Authentication.
Asset identifier
The maximum number of columns to retrieve. If not set (columnLimit = 0), the default column limit will be used. Maximum is set to 1500.
0The index of the fist column to retrieve. If not set (columnOffset = 0), results will be retrieved starting from column 0.
0Samples were successfully read. Returns the paginated list of columns with the list of the ordered samples that were fetched during request samples process.
Returns additional flags:
isDataAvailable flag indicating if any samples for any column are available within the response.
canRequestAdditionalData flag indicating if the requestSamples API can be called to query the target database for the additional samples.
Represents the response returned when sample data is read.
Whether any sample data is available for the columns in the response.
Whether the requestSamples API can be called to query the target database for sample data.
The parameter is not a valid UUID for asset type: Column or Table.
The user is not authenticated to use this API.
The user lacks permission to any of the columns within the requested asset.
The asset can't be found.
External edge service timeout or failure.
Last updated
Was this helpful?