For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reporting

Deprecated

Reporting insights download

get

Returns a Reporting Data archive (zip) file that contains Apache Parquet files with table content for each of the seven concepts (community, domain, asset, attribute, relation, responsibility and usage) for one day (=snapshot date). Please refer to the Reporting Data Layer product documentation for more information at Working with your reporting data. Collibra Insights Data Access provides data that may be subject to access restrictions within your organization. Please ensure you follow your organization's policies and have approval to access this data. This operation is deprecated and it will be removed in the future.

Authorizations
AuthorizationstringRequired
Query parameters
snapshotDatestringOptional

Snapshot date for reporting insights data in ISO8601 format (e.g.: 2019-05-14)

formatstringOptional

Archive format. Currently only ZIP format is accepted

Default: zip
Responses
200

Insights has been downloaded

*/*
string · binaryOptional

Archive payload

get/reporting/insights/download

Reporting insights download directly from cloud storage

get

Returns a Reporting Data archive (zip) file that contains Apache Parquet files with table content for each of the seven concepts (community, domain, asset, attribute, relation, responsibility and usage) for one day (=snapshot date). Please refer to the Reporting Data Layer product documentation for more information at Working with your reporting data. Collibra Insights Data Access provides data that may be subject to access restrictions within your organization. Please ensure you follow your organization's policies and have approval to access this data. This endpoint redirects to download the Reporting Data archive (zip) file directly from cloud storage, bypassing the Collibra network. The redirect URL is temporary, valid for 60 seconds by default (see “pre-signed URL” in AWS and GCP docs for more details). You will need to allow redirects for this endpoint to work correctly. Note: The "Try it out" button in the documentation UI might not work properly. To test this endpoint, please use curl with "-L" option to follow redirects.

Authorizations
AuthorizationstringRequired
Query parameters
snapshotDatestringOptional

Snapshot date for reporting insights data in ISO8601 format (e.g.: 2019-05-14)

formatstringOptional

Archive format. Currently only ZIP format is accepted

Default: zip
Responses
307

Redirect to a temporal URL to download Insights

No content

get/reporting/insights/directDownload

No content

Last updated

Was this helpful?