Jobs API in Wasabi AiR
    • 20 May 2024
    • 1 Minute to read
    • PDF

    Jobs API in Wasabi AiR

    • PDF

    Article summary

    The Jobs API tracks the status of running jobs once a job is started.

    Getting Reanalyze Faces Status

    GET /api/data/v3/jobs/reanalyze-faces

    Response

    {
    	"total_faces_in_job": Integer,
    	"faces_processed": Integer 
    }
    • total_faces_in_job - The estimated total faces in a job.
    • faces_processed - Any faces that have been harvested thus far.