curl --request GET \
--url https://api.example.com/import/jobs[
{
"id": "b6a8a729-2de8-466d-9271-bfbd71337de7",
"filename": "nfe_venda_123.xml",
"status": "pending",
"progress": 0,
"totalItems": 15,
"validCount": 10,
"invalidCount": 5,
"errorDetails": null,
"createdAt": "2024-01-01T12:00:00.000Z"
}
]
Retorna a lista de Trabalhos (Jobs) de Importação de Notas Fiscais, com paginação básica.
curl --request GET \
--url https://api.example.com/import/jobs[
{
"id": "b6a8a729-2de8-466d-9271-bfbd71337de7",
"filename": "nfe_venda_123.xml",
"status": "pending",
"progress": 0,
"totalItems": 15,
"validCount": 10,
"invalidCount": 5,
"errorDetails": null,
"createdAt": "2024-01-01T12:00:00.000Z"
}
]
[
{
"id": "b6a8a729-2de8-466d-9271-bfbd71337de7",
"filename": "nfe_venda_123.xml",
"status": "pending",
"progress": 0,
"totalItems": 15,
"validCount": 10,
"invalidCount": 5,
"errorDetails": null,
"createdAt": "2024-01-01T12:00:00.000Z"
}
]