cURL
curl --request GET \ --url https://api.gateway.tech/data-assets/{id} \ --header 'Authorization: <api-key>'
{ "acl": [ { "address": "<string>", "data_asset_id": 123, "roles": [ "<string>" ], "solana_address": "<string>", "created_at": "<string>", "is_authority": true, "updated_at": "<string>" } ], "created_by": "<string>", "fid": "<string>", "id": 123, "name": "<string>", "size": 123, "tags": [ "<string>" ], "transaction_id": "<string>", "type": "<string>", "created_at": "<string>", "data_model_id": 123, "expiration_date": "<string>", "updated_at": "<string>" }
Get data asset by ID
Type "Bearer" followed by a space and the JWT token.
Data Asset ID
OK
Show child attributes
Was this page helpful?