Retrieve a face entity
GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/entities/faces/:uuid
Retrieve the information of a face entity.
RESPONSES
status: OK
{"uuid":"12345678-16fe-4773-86c2-db1c0077544f","model":"JCV_FACE_K25000","collection":"tokyo","key":"0112358","metadata":[{"name":"name","type":"string","value":"John"},{"name":"age","type":"integer","value":27},{"name":"male","type":"boolean","value":true},{"name":"point","type":"float","value":10.5}],"createdAt":"2022-07-04T00:00:00Z","updatedAt":"2022-07-04T00:00:00Z","expiresAt":"3000-01-01T08:00:00Z"}