get https://live.moment-api.com/v1/optimizations//
The Get Optimization Status API returns the status for a specific optimization. The status can be one of the following:
queued
: The optimization has been queued for processing.running
: The optimization is currently running.success
: The optimization has completed successfully.failed
: The optimization has failed.unknown
: The status of the optimization is unknown.
If the specified optimization ID does not exist, you will receive a not_found
error.