How to apply Filter on JOin field

HI I am trying to get data from tadabase table by filtering with join field value. The filtering field is record id of another table save on the current table. I know how to use filter if the field in the table is string value . But I am not able to do for Join/connection field . So Can anybody help me on this problem.
Following is my get request :
https://api.tadabase.io/api/v1/data-tables/3G............/records?limit=25&page=1&filters[items][0][field_id]= field_129 &filters[items][0][operator]=is &filters[items][0][val]=o6…&filters[condition]=AND

3G… : this is table id
o6… : this is field value for filtering
field_129 is field which is JOin :