Query NetSuite Record using tranid

We have integrations in our legacy system where we query a saved search to
retrieve the tranid, and then use that tranid to query the actual transaction record.

I’m trying to implement a similar approach in Celigo, but when creating an export, the Saved Search field appears to be mandatory.
Is there a way to query a transaction record directly using the tranid in Celigo?

If you're looking for NetSuite SuiteTalk APIs, then you can use the HTTP connector: https://docs.celigo.com/hc/en-us/articles/14349054963995-Set-up-an-OAuth-1-0-connection-to-NetSuite-SuiteTalk-APIs-including-SuiteQL

Thanks Tyler, it worked.