---
title: "Get Status of Redeemed Coupons"
method: GET
path: "/upload/getUploadRedeemedCouponStatus/{couponSeriesId}"
---

# Get Status of Redeemed Coupons

`GET /upload/getUploadRedeemedCouponStatus/{couponSeriesId}`

Retrieves the status of the uploaded coupon redeem job a coupon series.

## Query parameters

- `couponSeriesId` integer, required

## Headers

- `Content-Type` string, required
- `x-cap-api-oauth-token` string, required

## Response `200`

200

- object
  - `success` boolean
  - `status` integer
  - `result` object
    - `orgId` integer
    - `couponSeriesId` integer
    - `redeemUploadJobStatuses` object[]
      - `jobId` integer
      - `uploadRedeemedCouponStatus` string
      - `createdOn` string
      - `updatedOn` string
      - `errorFileUrl` string
      - `successFileUrl` unknown
      - `uploadedFileUrl` string
      - `totalUploadedCount` integer
      - `actualRowCount` integer
      - `errorCount` integer
      - `uploadTableName` string
      - `uploadedFileName` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
