The customer is experiencing some issues with the v1/jobs endpoint as it does not include certain models.
This would be useful for any customers who is looking to build out their own integration and who needs to look at a specific set of data fields. This is useful for customers that have multiple ServiceTitan accounts or 3rd party providers that are working with numerous accounts. It would reduce the amount of API calls necessary to get all of the information via API and prevent any performance issues.
The recommended solution is to include a specific model onto the v1/jobs endpoint similar to v1/jobs/{id}. The model that is currently not returned for the v1/jobs endpoint is ServiceTitan.Api.Model.DetailedBookingApiOutput, however it is for v1/jobs/{id}.