---
title: "Get post CSV import row results"
method: GET
path: "/api/v1/post-csv-import/{importId}/rows"
tags: ["postCSV"]
---

# Get post CSV import row results

`GET /api/v1/post-csv-import/{importId}/rows`

## Path parameters

- `importId` string, required

## Query parameters

- `status` 'SUCCESS' | 'FAILED'
- `offset` number, nullable
- `limit` number, nullable

## Response `200`

200

- object
  - `items` object[], required
    - `id` string, required
    - `importId` string, required
    - `rowNumber` number, required
    - `status` 'SUCCESS' | 'FAILED', required
    - `postId` string, nullable
    - `rawRow` object, nullable
    - `normalizedPayload` unknown
    - `error` string, nullable
    - `createdAt` string, date-time, nullable, required
  - `total` number, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

[API](https://skmtc.dev/bundle/apis/bundle-social-api.md) · [All operations](https://skmtc.dev/bundle/apis/bundle-social-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bundle/bundle-social-api/revisions/b773556c2f09/schema)
