Skip to main content
GET
/
reports
/
status
/
{reportId}
Get the status of a report request
curl --request GET \
  --url https://mm-api.merchantspring.io/reports/status/{reportId} \
  --header 'x-api-key: <api-key>'
{
  "reportId": "<string>",
  "reportType": "<string>",
  "status": "<string>",
  "downloadUrl": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

reportId
string
required

Report ID

Query Parameters

channelId
string
required

Channel ID

merchantId
string
required

Merchant ID

Response

Successful operation

reportId
string
reportType
string
status
string
downloadUrl
string