{
"data": [
{
"id": "<string>",
"status": "created",
"progress": 50,
"template_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"error": "<string>",
"person": {
"full_name": "<string>",
"aliases": [
"<string>"
],
"location": "<string>",
"email": "[email protected]",
"email_domain": "<string>",
"linkedin_url": "<string>",
"github_url": "<string>",
"personal_website": "<string>",
"current_company": "<string>",
"current_title": "<string>",
"education_seed": [
{
"school": "<string>",
"degree": "<string>",
"field": "<string>",
"start_year": 123,
"end_year": 123
}
],
"employment_seed": [
{
"employer": "<string>",
"title": "<string>",
"start_date": "<string>",
"end_date": "<string>"
}
]
},
"claims": [
{
"claim_key": "<string>",
"claim_type": "<unknown>",
"expected": {
"school": "<string>",
"degree": "<string>",
"field": "<string>",
"start_year": 123,
"end_year": 123
},
"match_rules": {
"match_strength": "strict",
"min_confidence": 0.5
},
"weight": 5
}
],
"options": {
"depth": "light",
"max_sources": 30,
"max_cost_usd": 1,
"exa_category": "auto",
"allow_domains": [
"<string>"
],
"deny_domains": [
"<string>"
],
"webhook": {
"endpoint_id": "<string>",
"events": [
"job.created"
]
}
},
"metadata": {},
"links": {
"self": "<string>",
"report": "<string>",
"sources": "<string>"
}
}
],
"next_cursor": "<string>"
}