Unable to retrieve bytesSync from API response for a specific jobId

Summary

When querying the API with a specific jobId, the bytesSync information is missing from the response.


Question

Hello all :wave: ,
Using the API on a specific jobId, I would like to get the bytesSync.
However, when I run the https://api.airbyte.com/v1/jobs/{jobId} endpoint, I don’t get the bytesSync:

  "jobId": XXXXXXX,
  "status": "succeeded",
  "jobType": "sync",
  "startTime": "2024-02-06T03:00:03Z",
  "connectionId": "55XXXXXXXXXXXXX",
  "lastUpdatedAt": "2024-02-06T03:08:15Z",
  "duration": "PT8M12S",
  "rowsSynced": 89472
}```

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1707204820202169) if you want to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["api", "bytesSync", "jobid", "endpoint", "response"]
</sub>