---
title: "Get Asynchronous Request Execution Summary"
method: GET
path: "/api/v1/request/{request_id}/summary"
tags: ["Asynchronous Operations"]
---

# Get Asynchronous Request Execution Summary

`GET /api/v1/request/{request_id}/summary`

Retrieves a summary of a completed asynchronous process, including success, error, and warning counts. This is particularly useful for operations like product catalog uploads.

## Path parameters

- `request_id` string, required

## Response `200`

Success. Returns the execution summary.

- RequestSummaryResponse
  - `status` 'In Progress' | 'Completed' | 'Error' — The status of the asynchronous request.
  - `summary` RequestSummary
    - `success_count` integer — The number of successfully processed records.
    - `errors_count` integer — The number of records that could not be processed.
    - `warnings` string[]
    - `errors` string[] — List of errors that occurred during execution.

---

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