jobs
Get Job Accounting Integration Status
Use this endpoint to get status of the accounting integration sync for the specified job.
get/jobs/{jobId}/accounting/integration-status
Path parameters
jobIdstring uuid required
The job's unique identifier
Response
OK
Example response
{
"jobSyncStatus": "Synced",
"syncDate": "2025-01-01T00:00:00Z",
"syncLocation": "Some folder name"
}