Get all data assets
Get all data assets
Documentation Index
Fetch the complete documentation index at: https://docs.gable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
The limit used for offset-based pagination
The offset used for offset-based pagination
A query string to search data assets with
Response
Data assets
- object[]
- object
The unique identifier for the data asset.
The unique identifier of the data asset. It follows the pattern '{data_asset_type}://{data_asset_source}:{data_asset_name}'
^(protobuf|avro|json_schema|java|postgres|mysql|mssql|snowflake|bigquery|python|pyspark|typescript|s3|dataframe|kotlin|swift|php)://(?=.*[a-zA-Z0-9])[a-zA-Z0-9_@\.:/-]+[:/](?=.*[a-zA-Z0-9])[a-zA-Z0-9 _\./-\{\}\-]+$The domain to which the data asset belongs. Previously referred to as "namespace."
The name or path identifying the data asset. Previously referred to as "name."
The type of the source data asset, indicating its source or format (e.g., postgres, protobuf).
postgres, mysql, mssql, json_schema, avro, protobuf, python, pyspark, typescript, java, s3, dataframe, kotlin, swift, php, golang The timestamp of the most recent update to the data asset.
The contract ID associated with the data asset.