Skip to main content
GET
/
api
/
products
/
export
/
{job_id}
/
download-url
Get Export Download Url
curl --request GET \
  --url https://api.merchantops.ai/api/products/export/{job_id}/download-url
{
  "download_url": "<string>",
  "expires_in_seconds": 123,
  "filename": "<string>"
}

Headers

authorization
string | null
X-Organization-ID
string | null

Path Parameters

job_id
string
required

Cookies

stytch_session
string | null

Response

Successful Response

Response containing a freshly-minted signed download URL for an export job.

download_url
string
required

Signed URL to download the export file

expires_in_seconds
integer
required

Seconds until the signed URL expires

filename
string
required

Suggested download filename