How to query the CMS API by a field?

How can I call on the cms api to find a specific model item because on one of it’s fields?

Hi @digital_cow, you can use the q parameter in the rest API to specify some where filter conditions: https://docs.plasmic.app/learn/plasmic-cms-api-reference/#api-get-items

Let me know if that helps