List Subjects
/subjects
List Subjects
Query Parameters
limit: optional number
maximum100
minimum1
offset: optional number
minimum0
Returns
has_more: boolean
List Subjects
curl https://api.uselark.ai/subjects \
-H "X-API-Key: $LARK_API_KEY"
{
"has_more": true,
"subjects": [
{
"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
{
"has_more": true,
"subjects": [
{
"id": "subj_VyX6Q96h5avMho8O7QWlKeXE",
"created_at": "2025-11-01T00:00:00Z",
"email": "john.doe@example.com",
"external_id": "user_1234567890",
"metadata": {},
"name": "John Doe"
}
]
}