Skip to main content

Batch API: Retrieve the execution time of a batch_request?

  • 26 April 2024
  • 1 reply
  • 3 views

I am interested in recording the execution time of my batch requests. I find a “created” datetime value in the batch_request (which is fine for me since I start immediately after creation). Is there somewhere a value that indicates when the last tile of a batch request was completed so I can compute the total execution time?

1 reply

Hi, thank you for the question. Currently, this value is not available in the Batch Processing API, you can refer to this in the API reference docs here. A workaround you could use would be checking the file creation date/time of the delivered data in your S3 bucket and then derive your execution time from these two time and dates.

Reply