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.