{
"jobId": "string",
"status": "string",
"total": 0,
"processados": 0,
"progressoPercentual": 0,
"erros": [
{
"indice": 0,
"nomeArquivo": "string",
"mensagem": "string"
}
],
"resultado": [
{}
],
"arquivosEnfileirados": [
{
"indice": 0,
"nomeArquivo": "string"
}
]
}