Get all data assets
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/data-assets'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dataAssetResourceName": "<string>", "domain": "<string>", "path": "<string>", "type": "postgres", "contractId": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ]
The limit used for offset-based pagination
The offset used for offset-based pagination
A query string to search data assets with
Data assets
The response is of type object[].
object[]