Get data assets by a list of DARNs
cURL
curl --request GET \ --url https://{hostname}.gable.ai/v0/data-assets/bulk \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "darn": "<string>", "status": "success", "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dataAssetResourceName": "<string>", "domain": "<string>", "path": "<string>", "type": "postgres", "contractId": "<string>", "updatedAt": "2023-11-07T05:31:56Z" }, "errorMessage": "<string>" } ], "totalCount": 123, "limit": 123, "offset": 123 }
1
1 <= x <= 1000
x >= 0
Show child attributes