Get Subject
/subjects/{subject_id}
Get Subject
Path Parameters
subject_id: string
Returns
Get Subject
curl https://api.uselark.ai/subjects/$SUBJECT_ID \
-H "X-API-Key: $LARK_API_KEY"
{
"id": "subj_VyX6Q96h5avMho8O7QWlKeXE",
"created_at": "2025-11-01T00:00:00Z",
"email": "john.doe@example.com",
"external_id": "user_1234567890",
"metadata": {},
"name": "John Doe"
}Returns Examples
{
"id": "subj_VyX6Q96h5avMho8O7QWlKeXE",
"created_at": "2025-11-01T00:00:00Z",
"email": "john.doe@example.com",
"external_id": "user_1234567890",
"metadata": {},
"name": "John Doe"
}