Jobs API in Wasabi AiR
- 20 May 2024
- 1 Minute to read
- Print
- PDF
Jobs API in Wasabi AiR
- Updated on 20 May 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.