Retrieving Records

You can retrieve your records by making a GET request to the appropriate route as outlined below. You can either query for up to 1,000 records at once - including with field-specific filters - or retrieve a specific record by its ID.

๐Ÿ“˜

Note that at this time, to retrieve more than 1000 records, you will need to programmatically loop through your object utilizing our Pagination, until all required records are retrieved.