Skip to content

Get an asset.

Request

Get an Asset

Security
bearerToken
Path
idstringrequired

The unique ID of the Asset

curl -i -X GET \
  'https://api-v2.dash.app/assets/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired

Permitted actions for Asset resources:

  • ASSET : DELETE_ASSET - Whether the user can delete this Asset resource
Response
{ "result": { "id": "7af90a8b-7ccd-430f-a85d-e8614015bc47", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "lifecycleStatus": {}, "dateLastModified": "2021-02-17T09:24:01.417Z", "metadata": {}, "currentAssetFile": {}, "stats": {}, "contextComments": {}, "origin": {} }, "permittedActions": [ {} ] }