GET /invoices/download/schedule/history to poll for status updates.fiel_uploaded: true) + business registered (registered: true) + Descarga Masiva activated.completed status, the invoice metadata is available in the history response (invoiceCount, processedCount, latestIssueDate, earliestIssueDate).curl --location --request POST 'https://api.gigstack.io/v2/invoices/download/request?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2024-01-01",
"end_date": "2024-01-31",
"rfc_type": "received"
}'{
"success": true,
"data": {
"request_id": "string",
"duplicate": true,
"status": "pending"
}
}