Get all CloudImportJob resources for the current user
Security
bearerToken
- Productionhttps://api-v2.dash.app/current-user-cloud-import-jobs
- Staginghttps://api-v2.dashstaging.app/current-user-cloud-import-jobs
curl -i -X GET \
'https://api-v2.dash.app/current-user-cloud-import-jobs?type=DROPBOX' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
- IN_PROGRESS
- COMPLETED
- FAILED
[ { "result": { … }, "permittedActions": [ … ] } ]