Skip to main content

Get a Job File

GET 

https://api.moltin.com/v2/jobs/:jobID/file

Retrieves a link to the CSV file that contains your exported order.

Request

Path Parameters

    jobID stringrequired

    The unique identifier of the job whose CSC file you want to retrieve.

Responses

Schema
    data object

    A link to the exported data.

    href string

    The publicly available URL for this CSV file that contains the exported data.

Authorization: http

name: bearerAuthtype: httpscheme: bearer
curl -L -X GET 'https://api.moltin.com/v2/jobs/:jobID/file' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.moltin.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!