curl --location 'https://api.gigstack.io/v2/invoices/download/jobs?team=undefined' \
--header 'Authorization: <api-key>'{
"success": true,
"data": {
"jobs": [
{
"id": "satjob_a1b2c3d4e5",
"type": "preview",
"status": "queued",
"params": {
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"directions": [
"issued"
]
},
"progress": {
"totalWindows": 0,
"doneWindows": 0,
"invoicesFound": 0,
"invoicesSaved": 0,
"alreadyInGigstack": 0
},
"aggregates": {
"byMonth": [
{
"month": "2026-05",
"count": 0,
"totalAmount": 0,
"nominaCount": 0,
"billableCount": 0
}
],
"billableCount": 0,
"estimatedCostMxn": 0
},
"created_at": 0,
"updated_at": 0,
"completed_at": 0,
"error": "string"
}
]
}
}