Add createdAt / completedAt fields in /v2/jobs/{job_id} response payload

We are currently experiencing regular timeout issues when using the enqueue_and_get_inference method from the Mindee Ruby client.

Switching to a webhook-based flow would require significant architectural changes on our side, which we would prefer to avoid for now.

We noticed in the documentation that it is possible to configure polling_options to increase the timeout duration. However, while investigating how to fine-tune these options, we realized that the GET /v2/jobs/{job_id} endpoint does not return the job createdAt or completedAt timestamps.


Without these timestamps, we cannot measure the actual processing time of a job and adjust our polling strategy accurately.

Could you please consider adding the following fields to the /v2/jobs/{job_id} response payload?

  • createdAt

  • completedAt

Please let us know if this information is already available through another endpoint or if there is a recommended workaround.

Thank you in advance for your help !

Please authenticate to join the conversation.

Upvoters
Status

In Progress

Board
πŸ’‘

Feature Request

Date

7 days ago

Author

Faks

Subscribe to post

Get notified by email when there are changes.