API Reference
Get Person
Retrieve a person.
GET
Get Person
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a person.
curl --request GET \
--url https://evals.voker.ai/api/v1/api/v1/people/{person_id} \
--header 'Authorization: <authorization>'{
"person_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"properties": {}
}curl --request GET \
--url https://evals.voker.ai/api/v1/api/v1/people/{person_id} \
--header 'Authorization: <authorization>'{
"person_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"properties": {}
}