Help to use Export Cache API

Related thread: API "Get cached Export" - #2 by snabela

@olivia3 please answer the question I asked here. When sending the export request, are you including max_wait_time in your request body? The body should look somehow like this:

{
  "parameters": {
    "YOUR_PARAM_ID_1": "YOUR_PARAM_VALUE_1",
    "YOUR_PARAM_ID_2": "YOUR_PARAM_VALUE_2"
  },
  "exports": {
    "id": "YOUR_EXPORT_ID"
  }
  "max_wait_time": 30000
}

If you receive a delay property (either in response to an export or export cache request), you have to wait and try again.

When sending an export cache request, you have to use the id and the version that you got in reply to the export request.