cURL
curl --request GET \
--url https://app.teable.ai/api/table/%7BtableId%7D/field/%7BfieldId%7D/filter-link-records \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"tableId": "<string>",
"records": [
{
"id": "<string>",
"title": "<string>"
}
]
}
]field
Get linked records for filter
Retrieve associated records that match the view filter configuration for a linked field
GET
/
table
/
{tableId}
/
field
/
{fieldId}
/
filter-link-records
cURL
curl --request GET \
--url https://app.teable.ai/api/table/%7BtableId%7D/field/%7BfieldId%7D/filter-link-records \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"tableId": "<string>",
"records": [
{
"id": "<string>",
"title": "<string>"
}
]
}
]Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Last modified on March 5, 2026
Was this page helpful?
⌘I

