Skip to main content
POST
Get request status
Check processing status for a previously submitted generation request, using the requestId returned by Submit IRMs or Bulk Upload.
Available in Production and Sandbox. In Production, acknowledgement typically arrives within about 2 hours; polling earlier may return an incomplete or unchanged status.

Request body example

Response example

The per-record results come back in ebrcBulkGenStatusLst (field name as returned on the wire):

processingStatus values

Per-record status in ebrcBulkGenStatusLst[].processingStatus uses the same values.

Next steps

Authorizations

x-api-key
string
header
required

Body

application/json
platformCustomerId
string
required
requestId
string
required

Response

Request processing status

dgftAckId
string
requestId
string
recordResCount
number
recordProCount
number
recordFailCount
number
processingStatus
enum<string>

Overall request processing status

Available options:
Processed,
Errored
ebrcBulkGenStatusLst
object[]

Per-record generation status (field name as returned on the wire).