Skip to main content
GET
/
v1
/
import-batches
/
{batchId}
/
raw-records
List import batch raw records
curl --request GET \
  --url http://localhost:3001/v1/import-batches/{batchId}/raw-records
{
  "items": [
    {
      "id": "<string>",
      "importBatchId": "<string>",
      "paymentIntentId": "<string>",
      "sourceRef": "<string>",
      "rowNumber": 123,
      "normalizedType": "<string>",
      "normalizedId": "<string>",
      "validationStatus": "<string>",
      "validationErrors": {},
      "receivedAt": "2023-11-07T05:31:56Z",
      "payload": {}
    }
  ],
  "total": 123,
  "limit": 123,
  "offset": 123
}

Headers

authorization
string
Minimum string length: 1
x-organization-id
string
Minimum string length: 1

Path Parameters

batchId
string
required
Minimum string length: 1

Query Parameters

limit
integer
default:100
required
Required range: 1 <= x <= 500
offset
integer
default:0
required
Required range: 0 <= x <= 9007199254740991

Response

Default Response

items
ImportBatchRawRecordSnapshot ยท object[]
required
total
integer
required
limit
integer
required
offset
integer
required