Skip to main content
GET
/
import
/
jobs
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/import/jobs/{id}
{
  "id": "b6a8a729-2de8-466d-9271-bfbd71337de7",
  "filename": "nfe_venda_123.xml",
  "status": "processing",
  "progress": 50,
  "totalItems": 15,
  "validCount": 10,
  "invalidCount": 5,
  "errorDetails": null,
  "createdAt": "2024-01-01T12:00:00.000Z"
}

Path

id
string
required
UUID correspondente ao Job de processamento gerado no upload.

Response

{
  "id": "b6a8a729-2de8-466d-9271-bfbd71337de7",
  "filename": "nfe_venda_123.xml",
  "status": "processing",
  "progress": 50,
  "totalItems": 15,
  "validCount": 10,
  "invalidCount": 5,
  "errorDetails": null,
  "createdAt": "2024-01-01T12:00:00.000Z"
}

Path Parameters

id
string
required

Response

200 - undefined