get https://api.oneoff.akahu.io/v1/status/
Get the current status of the one-off data retrieval process.
Your application should poll this endpoint to check the status of the result processing before fetching data from other endpoints. Use the available_results
flags to know when each type of result is available for your application to fetch.
Once the returned status
becomes COMPLETE
or ERROR
, the result will no longer be updated and your application can stop polling.