Skip to content

Get the current user's cloud imports

Request

Get all CloudImportJob resources for the current user

Security
bearerToken
Query
typestring

The cloud provider type of the jobs to get

Enum:"DROPBOX""GOOGLE"
curl -i -X GET \
  'https://api-v2.dash.app/current-user-cloud-import-jobs?type=DROPBOX' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
Array [
resultanyrequired
permittedActionsArray of objectsrequired
]
Response
[ { "result": {}, "permittedActions": [] } ]