Face Index Status
GET/api/v1/assets/:asset_id/addons/face_recognition
Retrieve the current status of the face indexing request by providing the asset_id in the path parameter.
Response JSON
{
"state": "QUEUED"
}
| Parameter | Type | Description |
|---|---|---|
state | string | Status of the asset, one of QUEUED, PROCESSING, DONE or ERROR |
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error