curl --request GET \
--url https://api.happenstance.ai/v1/research/{research_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "<string>",
"query": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"profile": {
"person_metadata": {
"full_name": "<string>",
"alternate_names": [
"<string>"
],
"profile_urls": [
"<string>"
],
"current_locations": [
{
"location": "<string>",
"comments": "<string>",
"urls": [
"<string>"
]
}
],
"tagline": "<string>"
},
"employment": [
{
"company_name": "<string>",
"job_title": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"description": "<string>",
"urls": [
"<string>"
]
}
],
"education": [
{
"university_name": "<string>",
"degree": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"description": "<string>",
"urls": [
"<string>"
]
}
],
"projects": [
{
"title": "<string>",
"description": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"urls": [
"<string>"
]
}
],
"writings": [
{
"title": "<string>",
"description": "<string>",
"date": "<string>",
"urls": [
"<string>"
]
}
],
"hobbies": [
{
"description": "<string>",
"urls": [
"<string>"
]
}
],
"summary": {
"text": "<string>",
"urls": [
"<string>"
]
}
}
}Get the status of a research request.
curl --request GET \
--url https://api.happenstance.ai/v1/research/{research_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "<string>",
"query": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"profile": {
"person_metadata": {
"full_name": "<string>",
"alternate_names": [
"<string>"
],
"profile_urls": [
"<string>"
],
"current_locations": [
{
"location": "<string>",
"comments": "<string>",
"urls": [
"<string>"
]
}
],
"tagline": "<string>"
},
"employment": [
{
"company_name": "<string>",
"job_title": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"description": "<string>",
"urls": [
"<string>"
]
}
],
"education": [
{
"university_name": "<string>",
"degree": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"description": "<string>",
"urls": [
"<string>"
]
}
],
"projects": [
{
"title": "<string>",
"description": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"urls": [
"<string>"
]
}
],
"writings": [
{
"title": "<string>",
"description": "<string>",
"date": "<string>",
"urls": [
"<string>"
]
}
],
"hobbies": [
{
"description": "<string>",
"urls": [
"<string>"
]
}
],
"summary": {
"text": "<string>",
"urls": [
"<string>"
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Response from GET /v1/research/{id} - retrieving research status and results.
Unique identifier for the research job
Status of the research job (RUNNING, COMPLETED, FAILED, FAILED_AMBIGUOUS)
Original research query
Timestamp when research was created (ISO 8601 format)
Timestamp when research was last updated (ISO 8601 format)
Research results (only populated when status is COMPLETED)
Show child attributes
Basic metadata about the person
Show child attributes
Primary full name of the person
List of alternate names, nicknames, or aliases
URLs to online profiles (LinkedIn, Twitter, etc.)
Current location(s) of the person
Show child attributes
Location name (e.g., 'Palo Alto, California')
Notes or context about the location
URLs confirming this location
Professional tagline or headline
Employment history
Show child attributes
Name of the company
Job title or role
Start date (YYYY-MM-DD format)
End date (YYYY-MM-DD format), null if current position
Description of role and responsibilities
Related URLs (company website, LinkedIn, etc.)
Education history
Show child attributes
Name of the university or institution
Degree obtained (e.g., BS, MS, PhD)
Start date (YYYY-MM-DD format)
End date (YYYY-MM-DD format)
Additional details about the education
Related URLs
Projects and achievements
Show child attributes
Title of the project
Description of the project and achievements
Start date (YYYY-MM-DD format)
End date (YYYY-MM-DD format)
Related URLs (project website, GitHub, etc.)
Writings and publications
Show child attributes