GET
/
v0
/
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"
  }
]

Query Parameters

limit
integer

The limit used for offset-based pagination

offset
integer

The offset used for offset-based pagination

A query string to search data assets with

Response

200
application/json

Data assets

The response is of type object[].