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", "updatedAt": "2023-11-07T05:31:56Z", "contractId": "<string>" }, "errorMessage": "<string>" } ], "totalCount": 123, "limit": 123, "offset": 123 }
List of Data Asset Resource Names to fetch
1
Maximum number of results to return (default is 1000)
1 <= x <= 1000
Number of results to skip (default is 0)
x >= 0
Data assets with status information for each DARN
Show child attributes
Total number of results available
Maximum number of results per page
Number of results skipped