cURL
curl --request GET \
--url 'https://app.teable.ai/api/user/last-visit?resourceType=SOME_STRING_VALUE&parentResourceId=SOME_STRING_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"resourceId": "<string>",
"childResourceId": "<string>"
}user
Get userlast visit
Get user last visited resource
GET
/
user
/
last-visit
cURL
curl --request GET \
--url 'https://app.teable.ai/api/user/last-visit?resourceType=SOME_STRING_VALUE&parentResourceId=SOME_STRING_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"resourceId": "<string>",
"childResourceId": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
space, base, table, view, dashboard, workflow, app Last modified on March 5, 2026
Was this page helpful?
⌘I

