Skip to content

Get the current user's shopify export jobs

Request

Get the status and eventual result of all ShopifyExportJobs for the current user

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/current-user-shopify-export-jobs \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

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