- Productionhttps://api-v2.dash.app/assets/{id}
- Staginghttps://api-v2.dashstaging.app/assets/{id}
curl -i -X GET \
'https://api-v2.dash.app/assets/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
- STAGED
- PENDING_APPROVAL
- LIVE
- BINNED
{ "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": [ { … } ] }